Description Methods and Functions Detailed Description Author(s) References
A shared pool of GdkGC objects
gtkGcGet(depth, colormap, values)
gtkGcRelease(gc)
These functions provide access to a shared pool of GdkGC
objects.
When a new GdkGC
is needed, gtkGcGet
is called with the required depth,
colormap and GdkGCValues
. If a GdkGC
with the required properties already
exists then that is returned. If not, a new GdkGC
is created.
When the GdkGC
is no longer needed, gtkGcRelease
should be called.
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/gtk2/stable/gtk2-Graphics-Contexts.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.