gdkGCNew {RGtk2}R Documentation

gdkGCNew

Description

Create a new graphics context with default values.

Usage

gdkGCNew(drawable)

Arguments

drawable [GdkDrawable] a GdkDrawable. The created GC must always be used with drawables of the same depth as this one.

Value

[GdkGC] the new graphics context.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]