Minor tweaks.

* gdk/tmpl/rgb.sgml:
	* gdk/tmpl/gcs.sgml: Minor tweaks.
This commit is contained in:
Matthias Clasen 2002-11-29 20:47:24 +00:00
parent f0b823e943
commit 23e681f31b
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
2002-11-29 Matthias Clasen <maclas@gmx.de>
* gdk/tmpl/rgb.sgml:
* gdk/tmpl/gcs.sgml: Minor tweaks.
* gdk/tmpl/gdkdisplaymanager.sgml: Add some docs.
2002-11-27 Matthias Clasen <maclas@gmx.de>

View File

@ -2,7 +2,7 @@
Graphics Contexts
<!-- ##### SECTION Short_Description ##### -->
objects to encapsulate drawing properties.
Objects to encapsulate drawing properties
<!-- ##### SECTION Long_Description ##### -->
<para>

View File

@ -2,7 +2,7 @@
GdkRGB
<!-- ##### SECTION Short_Description ##### -->
renders RGB, grayscale, or indexed image data to a #GdkDrawable
Renders RGB, grayscale, or indexed image data to a GdkDrawable
<!-- ##### SECTION Long_Description ##### -->
@ -35,7 +35,7 @@ in cases where a "better" visual than the default is available.
</para>
<example>
<title>A simple example program using GdkRGB.</title>
<title>A simple example program using GdkRGB</title>
<programlisting>
&num;include &lt;gtk/gtk.h&gt;