gdkGCGetValues: gdkGCGetValues

Description Usage Arguments Value Author(s)

View source: R/gdkFuncs.R

Description

Retrieves the current values from a graphics context. Note that only the pixel values of the values->foreground and values->background are filled, use gdkColormapQueryColor to obtain the rgb values if you need them.

Usage

1

Arguments

object

a GdkGC.

Value

A list containing the following elements:

values

the GdkGCValues structure in which to store the results.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gdkGCGetValues in RGtk2...