PHP-GTK
Wednesday, October 15, 2008 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousGtkSpinType
GtkStockItemsnext

Last updated: Sat, 15 Dec 2007
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese

GtkStateType

This type indicates the current state of a widget; the state determines how the widget is drawn. The GtkStateType enumeration is also used to identify different colors in a GtkStyle for drawing, so states can be used for subparts of a widget as well as entire widgets.

Value

Symbolic name

Description

  0Gtk::STATE_NORMAL State during normal operation.
  1Gtk::STATE_ACTIVE State of a currently active widget, such as a depressed button.
  2Gtk::STATE_PRELIGHT State indicating that the mouse pointer is over the widget and the widget will respond to mouse clicks.
  3Gtk::STATE_SELECTED State of a selected item, such the selected row in a list.
  4Gtk::STATE_INSENSITIVE State indicating that the widget is unresponsive to user actions.

User Contributed Notes
gtk.enum.statetype.php
add a note about notes
There are no user contributed notes for this page.


previousGtkSpinType
GtkStockItemsnext

Last updated: Sat, 15 Dec 2007
view this page in English | Bulgarian | Japanese | Brazilian | Simplified Chinese


credits 

PHP  Copyright © 2001-2008 The PHP Group
 All rights reserved.
Last updated: Sat Dec 15 02:46:29 2007 UTC