| gdkRgbGcSetBackground {RGtk2} | R Documentation |
Sets the background color in gc to the specified color (or the
closest approximation, in the case of limited visuals).
WARNING: gdk_rgb_gc_set_background is deprecated and should not be used in newly-written code.
gdkRgbGcSetBackground(gc, rgb)
|
[GdkGC] The GdkGC to modify. |
|
[numeric] The color, represented as a 0xRRGGBB integer value. |
Derived by RGtkGen from GTK+ documentation