gdkGCSetBackground {RGtk2}R Documentation

gdkGCSetBackground

Description

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.

Usage

gdkGCSetBackground(object, color)

Arguments

object [GdkGC] a GdkGC.
color [GdkColor] the new background color.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]