Access: Read WriteType: GdkColor
Returns the a GdkColor object representing the white color.
$style = &new GtkStyle(); $style->fg[GTK_STATE_NORMAL] = $style->white;