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