From be2d0ae2ce4036d5e4185f4dffb8fe758ec8185d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 12 Nov 2001 22:50:58 +0000 Subject: [PATCH] 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. --- docs/reference/ChangeLog | 6 ++++ .../gdk-pixbuf/gdk-pixbuf-from-drawables.sgml | 25 +++++++++++++++++ .../gdk-pixbuf/gdk-pixbuf-rendering.sgml | 28 +++++++++++++++++++ docs/reference/gdk-pixbuf/gdk-pixbuf.sgml | 4 +++ 4 files changed, 63 insertions(+) create mode 100644 docs/reference/gdk-pixbuf/gdk-pixbuf-from-drawables.sgml create mode 100644 docs/reference/gdk-pixbuf/gdk-pixbuf-rendering.sgml diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index dc6adbf2b8..963916c9c6 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,11 @@ 2001-11-11 Matthias Clasen + * 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. + * gtk/tmpl/gtkaccellabel.sgml, gtk/tmpl/gtkcombo.sgml, gtk/tmpl/gtkentry.sgml, gtk/tmpl/gtkhscrollbar.sgml, gtk/tmpl/gtkvscrollbar.sgml, gtk/tmpl/gtktoolbar.sgml, 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 @@ + + +Drawables to Pixbufs +3 +GDK-PIXBUF Library + + + +Drawables to PixbufsGetting parts of a GDK drawable's image data into a pixbuf. + + + +Description + + The functions to take the image data from a GDK drawable and dump it + into a pixbuf are contained in GDK, see the + Pixbufs section of the GDK + documentation. + + + + + + + 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 @@ + + +Rendering +3 +GDK-PIXBUF Library + + + +RenderingRendering a pixbuf to a GDK drawable. + + + + +Description + + The functions to render pixbufs to GDK drawables are contained in + GDK, see the Pixbufs section + of the GDK documentation. + + + + + + + + + + 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 @@ + + @@ -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;