Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtk-Graphics-Contexts

Graphics Contexts


Description

A shared pool of GdkGC objects

Methods and Functions

gtkGcGet(depth, colormap, values)
gtkGcRelease(gc)

Detailed Description

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.

Author(s)

Derived by RGtkGen from GTK+ documentation

References


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.