forked from AuroraMiddleware/gtk
Improve wording.
This commit is contained in:
parent
4127a267f1
commit
3d818fe5c8
@ -1,5 +1,7 @@
|
|||||||
2002-01-08 Matthias Clasen <matthiasc@poet.de>
|
2002-01-08 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
|
* gtk/tmpl/gtkgc.sgml: Improve wording.
|
||||||
|
|
||||||
* gtk/tmpl/gtksocket.sgml, gtk/tmpl/gtkplug.sgml: speak of
|
* gtk/tmpl/gtksocket.sgml, gtk/tmpl/gtkplug.sgml: speak of
|
||||||
window IDs rather than XIDs.
|
window IDs rather than XIDs.
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ These functions provide access to a shared pool of #GdkGC objects.
|
|||||||
When a new #GdkGC is needed, gtk_gc_get() is called with the required depth,
|
When a new #GdkGC is needed, gtk_gc_get() is called with the required depth,
|
||||||
colormap and #GdkGCValues. If a #GdkGC with the required properties already
|
colormap and #GdkGCValues. If a #GdkGC with the required properties already
|
||||||
exists then that is returned. If not, a new #GdkGC is created.
|
exists then that is returned. If not, a new #GdkGC is created.
|
||||||
When the #GdkGC is no longer needed, gtk_gc_release() is called.
|
When the #GdkGC is no longer needed, gtk_gc_release() should be called.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- ##### SECTION See_Also ##### -->
|
<!-- ##### SECTION See_Also ##### -->
|
||||||
|
Loading…
Reference in New Issue
Block a user