mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
65de04cdb8
2000-01-05 Owen Taylor <otaylor@redhat.com> * doc/Makefile.am doc/gdk-pixbuf-sections.txt doc/gdk-pixbuf.sgml doc/tmpl/scaling.sgml: Added scaling functions into gtk-doc framework. * gdk-pixbuf/gdk-pixbuf-scale.c: Documentation fixes. * gdk-pixbuf/testpixbuf-scale.c (expose_cb): Simplify a bit. * gdk-pixbuf/pixops/pixops.c (pixops_composite_color): Return immediately if scale_x or scale_y is 0.
61 lines
1.7 KiB
Plaintext
61 lines
1.7 KiB
Plaintext
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
|
|
<!entity gdk-pixbuf-gdk-pixbuf SYSTEM "sgml/gdk-pixbuf.sgml">
|
|
<!entity gdk-pixbuf-refcounting SYSTEM "sgml/refcounting.sgml">
|
|
<!entity gdk-pixbuf-file-loading SYSTEM "sgml/file-loading.sgml">
|
|
<!entity gdk-pixbuf-creating SYSTEM "sgml/creating.sgml">
|
|
<!entity gdk-pixbuf-rendering SYSTEM "sgml/rendering.sgml">
|
|
<!entity gdk-pixbuf-scaling SYSTEM "sgml/scaling.sgml">
|
|
<!entity gdk-pixbuf-from-drawables SYSTEM "sgml/from-drawables.sgml">
|
|
<!entity gdk-pixbuf-util SYSTEM "sgml/util.sgml">
|
|
<!entity gdk-pixbuf-animation SYSTEM "sgml/animation.sgml">
|
|
<!entity GdkPixbufLoader SYSTEM "sgml/gdk-pixbuf-loader.sgml">
|
|
<!entity GnomeCanvasPixbuf SYSTEM "sgml/gnome-canvas-pixbuf.sgml">
|
|
]>
|
|
|
|
<book>
|
|
<bookinfo>
|
|
<title>The GdkPixbuf Library</title>
|
|
|
|
<authorgroup>
|
|
<author>
|
|
<firstname>Federico</firstname>
|
|
<surname>Mena Quintero</surname>
|
|
<affiliation>
|
|
<address>
|
|
<email>federico@gimp.org</email>
|
|
</address>
|
|
</affiliation>
|
|
</author>
|
|
</authorgroup>
|
|
|
|
<copyright>
|
|
<year>1999</year>
|
|
<holder>The Free Software Foundation</holder>
|
|
</copyright>
|
|
</bookinfo>
|
|
|
|
<reference>
|
|
<title>API Reference</title>
|
|
|
|
<partintro>
|
|
<para>
|
|
This part presents the class and function reference for the
|
|
GdkPixbuf library. Classes are described together with their
|
|
methods; individual functions are grouped by functional group.
|
|
</para>
|
|
</partintro>
|
|
|
|
&gdk-pixbuf-gdk-pixbuf;
|
|
&gdk-pixbuf-refcounting;
|
|
&gdk-pixbuf-file-loading;
|
|
&gdk-pixbuf-creating;
|
|
&gdk-pixbuf-rendering;
|
|
&gdk-pixbuf-scaling;
|
|
&gdk-pixbuf-from-drawables;
|
|
&gdk-pixbuf-util;
|
|
&gdk-pixbuf-animation;
|
|
&GdkPixbufLoader;
|
|
&GnomeCanvasPixbuf;
|
|
</reference>
|
|
</book>
|