Enumeration
GtkSensitivityType
since: 4.0
Description [src]
Determines how GTK handles the sensitivity of various controls, such as combo box buttons.
Available since: 4.0
Members
GTK_SENSITIVITY_AUTO
-
The control is made insensitive if no action can be triggered.
- Value:
0
- Nickname:
auto
- Available since: 4.0
- Value:
GTK_SENSITIVITY_ON
-
The control is always sensitive.
- Value:
1
- Nickname:
on
- Available since: 4.0
- Value:
GTK_SENSITIVITY_OFF
-
The control is always insensitive.
- Value:
2
- Nickname:
off
- Available since: 4.0
- Value: