]> Pileus Git - ~andy/gtk/commitdiff
new files explaining where the code for rendering pixbufs lives. (#61151)
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 12 Nov 2001 22:50:58 +0000 (22:50 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 12 Nov 2001 22:50:58 +0000 (22:50 +0000)
        * 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
docs/reference/gdk-pixbuf/gdk-pixbuf-from-drawables.sgml [new file with mode: 0644]
docs/reference/gdk-pixbuf/gdk-pixbuf-rendering.sgml [new file with mode: 0644]
docs/reference/gdk-pixbuf/gdk-pixbuf.sgml

index dc6adbf2b8310cf4a690fc80fc3da2b183eec31a..963916c9c63e99ef0b11f256f40b0a7957bc2afa 100644 (file)
@@ -1,5 +1,11 @@
 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
 
+       * 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 (file)
index 0000000..7679ac2
--- /dev/null
@@ -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 (file)
index 0000000..9721ed2
--- /dev/null
@@ -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>
+
+
+
index 91264149bea98cdaf4b7513b4eb26e3b9ea3e07f..21886a41c75a6d38ca1aa44e2fa06a853185a2cd 100644 (file)
@@ -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;