gdkGCNew: gdkGCNew

Description Usage Arguments Value Author(s)

View source: R/gdkFuncs.R

Description

Create a new graphics context with default values.

Usage

1
gdkGCNew(drawable)

Arguments

drawable

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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gdkGCNew in RGtk2...