gdkGCSetBackground {RGtk2} | R Documentation |
Sets the background color for a graphics context.
Note that this function uses color->pixel
, use
gdkGCSetRgbBgColor
to specify the background
color as red, green, blue components.
gdkGCSetBackground(object, color)
|
[GdkGC ] a GdkGC . |
|
[GdkColor ] the new background color. |
Derived by RGtkGen from GTK+ documentation