gtkGcGet {RGtk2}R Documentation

gtkGcGet

Description

Gets a GdkGC with the given depth, colormap and GdkGCValues. If a GdkGC with the given properties already exists then it is returned, otherwise a new GdkGC is created. The returned GdkGC should be released with gtkGcRelease when it is no longer needed.

Usage

gtkGcGet(depth, colormap, values)

Arguments

depth [integer] the depth of the GdkGC to create.
colormap [GdkColormap] the GdkColormap (FIXME: I don't know why this is needed).
values [GdkGCValues] a GdkGCValues struct containing settings for the GdkGC.

Value

[GdkGC] a GdkGC.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]