gdkGCSetValues: gdkGCSetValues

Description Usage Arguments Author(s)

View source: R/gdkFuncs.R

Description

Sets attributes of a graphics context in bulk. For each flag set in values.mask, the corresponding field will be read from values and set as the new value for gc. If you're only setting a few values on gc, calling individual "setter" functions is likely more convenient.

Usage

1
gdkGCSetValues(object, values)

Arguments

object

a GdkGC

values

struct containing the new values

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gdkGCSetValues in RGtk2...