mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:10:04 +00:00
4f0f733060
2000-01-16 Federico Mena Quintero <federico@helixcode.com> * configure.in: Removed the broken --enable-canvas-pixbuf option. Added the stuff necessary to substitute the variables in gnomecanvaspixbufConf.sh.in. * gnomecanvaspixbufConf.sh.in: New gnome-config handler for the tiny gnomecanvaspixbuf library. * Makefile.am: Build gnomecanvaspixbufConf.sh. * gdk-pixbuf/Makefile.am: Create a libgnomecanvaspixbuf and only build it if gdk-pixbuf is being built outside of gnome-libs. * doc/gdk-pixbuf-sections.txt: Added gdk_pixbuf_render_pixmap_and_mask(). * gdk-pixbuf/gdk-pixbuf-render.c (gdk_pixbuf_render_pixmap_and_mask): Renamed from gdk_pixbuf_render_pixmap(). Do not create the mask if it is not needed, and do not use a clipping mask when rendering the pixmap. Tweaked documentation a little. * HACKING: New file with hacking policies for the gdk-pixbuf module. * doc/Makefile.am (tmpl_sources): Added missing backslash. * doc/Makefile.am: Use gnomecanvaspixbuf in gnome-config when scanning for docstrings. * gdk-pixbuf/gdk-pixbuf-util.c (gdk_pixbuf_copy_area): Made sanity checks more stringent. Removed "gint" abominations. Made documentation consistent with the rest of the functions. * doc/gdk-pixbuf-sections.txt: Added gdk_pixbuf_copy_area() to the utilities section.
106 lines
2.0 KiB
Plaintext
106 lines
2.0 KiB
Plaintext
<INCLUDE>gdk-pixbuf/gdk-pixbuf.h</INCLUDE>
|
|
|
|
<SECTION>
|
|
<FILE>gdk-pixbuf</FILE>
|
|
GdkPixbuf
|
|
gdk_pixbuf_get_format
|
|
gdk_pixbuf_get_n_channels
|
|
gdk_pixbuf_get_has_alpha
|
|
gdk_pixbuf_get_bits_per_sample
|
|
gdk_pixbuf_get_pixels
|
|
gdk_pixbuf_get_width
|
|
gdk_pixbuf_get_height
|
|
gdk_pixbuf_get_rowstride
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>refcounting</FILE>
|
|
gdk_pixbuf_ref
|
|
gdk_pixbuf_unref
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>file-loading</FILE>
|
|
gdk_pixbuf_new_from_file
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>creating</FILE>
|
|
gdk_pixbuf_new_from_art_pixbuf
|
|
gdk_pixbuf_new
|
|
gdk_pixbuf_new_from_data
|
|
gdk_pixbuf_new_from_xpm_data
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>rendering</FILE>
|
|
GdkPixbufAlphaMode
|
|
gdk_pixbuf_render_to_drawable_alpha
|
|
gdk_pixbuf_render_to_drawable
|
|
gdk_pixbuf_render_threshold_alpha
|
|
gdk_pixbuf_render_pixmap_and_mask
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>from-drawables</FILE>
|
|
gdk_pixbuf_get_from_drawable
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>util</FILE>
|
|
gdk_pixbuf_add_alpha
|
|
gdk_pixbuf_copy_area
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>animation</FILE>
|
|
GdkPixbufFrameAction
|
|
GdkPixbufFrame
|
|
GdkPixbufAnimation
|
|
gdk_pixbuf_animation_new_from_file
|
|
gdk_pixbuf_animation_ref
|
|
gdk_pixbuf_animation_unref
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>scaling</FILE>
|
|
gdk_pixbuf_scale
|
|
gdk_pixbuf_composite
|
|
gdk_pixbuf_composite_color
|
|
gdk_pixbuf_scale_simple
|
|
gdk_pixbuf_composite_color_simple
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>gdk-pixbuf-loader</FILE>
|
|
GDK_PIXBUF_LOADER
|
|
<TITLE>GdkPixbufLoader</TITLE>
|
|
gdk_pixbuf_loader_new
|
|
gdk_pixbuf_loader_write
|
|
gdk_pixbuf_loader_get_pixbuf
|
|
gdk_pixbuf_loader_get_animation
|
|
gdk_pixbuf_loader_close
|
|
<SUBSECTION Standard>
|
|
GDK_TYPE_PIXBUF_LOADER
|
|
GDK_IS_PIXBUF_LOADER
|
|
gdk_pixbuf_loader_get_type
|
|
GDK_PIXBUF_LOADER_CLASS
|
|
GDK_IS_PIXBUF_LOADER_CLASS
|
|
<SUBSECTION Private>
|
|
GdkPixbufLoader
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>gnome-canvas-pixbuf</FILE>
|
|
GNOME_CANVAS_PIXBUF
|
|
<TITLE>GnomeCanvasPixbuf</TITLE>
|
|
<SUBSECTION Standard>
|
|
GNOME_TYPE_CANVAS_PIXBUF
|
|
GNOME_IS_CANVAS_PIXBUF
|
|
gnome_canvas_pixbuf_get_type
|
|
GNOME_CANVAS_PIXBUF_CLASS
|
|
GNOME_IS_CANVAS_PIXBUF_CLASS
|
|
<SUBSECTION Private>
|
|
GnomeCanvasPixbuf
|
|
</SECTION>
|