Module: Gtk::StateType
- Defined in:
- (unknown)
Constant Summary collapse
- NORMAL =
          State during normal operation. 
- 0 or :normal 
- ACTIVE =
          State of a currently active widget, such as a depressed button. 
- 1 or :active 
- PRELIGHT =
          State indicating that the mouse pointer is over the widget and the widget will respond to mouse clicks.
- 2 or :prelight 
- SELECTED =
          State of a selected item, such the selected row in a list. 
- 3 or :selected 
- INSENSITIVE =
          State indicating that the widget is unresponsive to user actions.
- 4 or :insensitive 
- INCONSISTENT =
          The widget is inconsistent, such as checkbuttons or radiobuttons that aren’t either set to true nor false, or buttons requiring the user attention.
- 5 or :inconsistent 
- FOCUSED =
          The widget has the keyboard focus. 
- 6 or :focused