diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-11-12 22:50:58 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-11-12 22:50:58 +0000 |
commit | be2d0ae2ce4036d5e4185f4dffb8fe758ec8185d (patch) | |
tree | d603d8dd24ae7e82348b0a5581e312ee5f63438f /docs/reference/gdk-pixbuf | |
parent | 9b17c006c8dd5b01ada72a9abce8859a6259db5e (diff) | |
download | gtk+-be2d0ae2ce4036d5e4185f4dffb8fe758ec8185d.tar.gz |
new files explaining where the code for rendering pixbufs lives. (#61151)
* gdk-pixbuf/gdk-pixbuf-rendering.sgml,
gdk-pixbuf/gdk-pixbuf-from-drawables.sgml: new files explaining
where the code for rendering pixbufs lives. (#61151)
* gdk-pixbuf/gdk-pixbuf.sgml: Use the new files.
Diffstat (limited to 'docs/reference/gdk-pixbuf')
-rw-r--r-- | docs/reference/gdk-pixbuf/gdk-pixbuf-from-drawables.sgml | 25 | ||||
-rw-r--r-- | docs/reference/gdk-pixbuf/gdk-pixbuf-rendering.sgml | 28 | ||||
-rw-r--r-- | docs/reference/gdk-pixbuf/gdk-pixbuf.sgml | 4 |
3 files changed, 57 insertions, 0 deletions
diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-from-drawables.sgml b/docs/reference/gdk-pixbuf/gdk-pixbuf-from-drawables.sgml new file mode 100644 index 0000000000..7679ac21e4 --- /dev/null +++ b/docs/reference/gdk-pixbuf/gdk-pixbuf-from-drawables.sgml @@ -0,0 +1,25 @@ +<refentry id="gdk-pixbuf-gdk-pixbuf-from-drawables"> +<refmeta> +<refentrytitle>Drawables to Pixbufs</refentrytitle> +<manvolnum>3</manvolnum> +<refmiscinfo>GDK-PIXBUF Library</refmiscinfo> +</refmeta> + +<refnamediv> +<refname>Drawables to Pixbufs</refname><refpurpose>Getting parts of a GDK drawable's image data into a pixbuf.</refpurpose> +</refnamediv> + +<refsect1> +<title>Description</title> + <para> + The functions to take the image data from a GDK drawable and dump it + into a pixbuf are contained in GDK, see the + <link linkend="gdk-Pixbufs">Pixbufs</link> section of the GDK + documentation. + </para> +</refsect1> + + + + +</refentry> diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-rendering.sgml b/docs/reference/gdk-pixbuf/gdk-pixbuf-rendering.sgml new file mode 100644 index 0000000000..9721ed2cb9 --- /dev/null +++ b/docs/reference/gdk-pixbuf/gdk-pixbuf-rendering.sgml @@ -0,0 +1,28 @@ +<refentry id="gdk-pixbuf-gdk-pixbuf-rendering"> +<refmeta> +<refentrytitle>Rendering</refentrytitle> +<manvolnum>3</manvolnum> +<refmiscinfo>GDK-PIXBUF Library</refmiscinfo> +</refmeta> + +<refnamediv> +<refname>Rendering</refname><refpurpose>Rendering a pixbuf to a GDK drawable.</refpurpose> +</refnamediv> + + +<refsect1> +<title>Description</title> + <para> + The functions to render pixbufs to GDK drawables are contained in + GDK, see the <link linkend="gdk-Pixbufs">Pixbufs</link> section + of the GDK documentation. + </para> +</refsect1> + + + + +</refentry> + + + diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml b/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml index 91264149be..21886a41c7 100644 --- a/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml +++ b/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml @@ -7,6 +7,8 @@ <!entity gdk-pixbuf-creating SYSTEM "sgml/creating.sgml"> <!entity gdk-pixbuf-inline SYSTEM "sgml/inline.sgml"> <!entity gdk-pixbuf-scaling SYSTEM "sgml/scaling.sgml"> +<!entity gdk-pixbuf-rendering SYSTEM "gdk-pixbuf-rendering.sgml"> +<!entity gdk-pixbuf-from-drawables SYSTEM "gdk-pixbuf-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"> @@ -96,6 +98,8 @@ &gdk-pixbuf-creating; &gdk-pixbuf-inline; &gdk-pixbuf-scaling; + &gdk-pixbuf-rendering; + &gdk-pixbuf-from-drawables; &gdk-pixbuf-util; &gdk-pixbuf-animation; |