Enums
Value | Symbolic name | Description |
| 0 | GTK_STATE_NORMAL | Default state. |
| 1 | GTK_STATE_ACTIVE | Denotes that the widget is currently active, e.g. that a button is in the process of being clicked. |
| 2 | GTK_STATE_PRELIGHT | Denotes that the area of the widget has been entered by the cursor. |
| 3 | GTK_STATE_SELECTED | Denotes that the widget is currently selected. |
| 4 | GTK_STATE_INSENSITIVE | Denotes that the widget cannot react to user input. |