mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
e026570571
1999-12-02 Federico Mena Quintero <federico@redhat.com> * src/gdk-pixbuf-util.c: New file with utility and convenience functions for pixbufs. * src/Makefile.am (libgdk_pixbuf_la_SOURCES): Added gdk-pixbuf-util.c. * doc/gdk-pixbuf-sections.txt: Added section for utility functions. * doc/Makefile.am (tmpl_sources): Added tmpl/util.sgml. * doc/gdk-pixbuf.sgml: Added the utilities section. * doc/tmpl/util.sgml: Documentation for the utility functions.
79 lines
1.5 KiB
Plaintext
79 lines
1.5 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
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>util</FILE>
|
|
gdk_pixbuf_add_alpha
|
|
</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>
|
|
|
|
<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_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>
|