mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:10:22 +00:00
Minor tweaks.
* gdk/tmpl/rgb.sgml: * gdk/tmpl/gcs.sgml: Minor tweaks.
This commit is contained in:
parent
f0b823e943
commit
23e681f31b
@ -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>
|
||||
|
@ -2,7 +2,7 @@
|
||||
Graphics Contexts
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
objects to encapsulate drawing properties.
|
||||
Objects to encapsulate drawing properties
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
@ -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>
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user