DeprecatedACTIVEState of a currently active widget, such as a depressed button.
DeprecatedFOCUSEDThe widget has the keyboard focus.
DeprecatedINCONSISTENTThe widget is inconsistent, such as checkbuttons
or radiobuttons that aren’t either set to true nor false,
or buttons requiring the user attention.
DeprecatedINSENSITIVEState indicating that the widget is unresponsive to user actions.
DeprecatedNORMALState during normal operation.
DeprecatedPRELIGHTState indicating that the mouse pointer is over the widget and the widget will respond to mouse clicks.
DeprecatedSELECTEDState of a selected item, such the selected row in a list.
This type indicates the current state of a widget; the state determines how the widget is drawn. The Gtk.StateType enumeration is also used to identify different colors in a Gtk.Style for drawing, so states can be used for subparts of a widget as well as entire widgets.
Deprecated
since 3.14: All APIs that are using this enumeration have been deprecated in favor of alternatives using Gtk.StateFlags.