GtkStyle::white

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;

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.