GtkStyle::white

Access: Read Write
Type:
GdkColor

Returns the a GdkColor object representing the white color.

$style	= &new GtkStyle();
$style->fg[GTK_STATE_NORMAL]	= $style->white;