gdkGCNewWithValues {RGtk2}R Documentation

gdkGCNewWithValues

Description

Create a new GC with the given initial values.

Usage

gdkGCNewWithValues(object, values)

Arguments

object [GdkDrawable] a GdkDrawable. The created GC must always be used with drawables of the same depth as this one.
values [GdkGCValues] a structure containing initial values for the GC.

Value

[GdkGC] the new graphics context.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]