SensitivityType
Description:
[ CCode ( cprefix = "GTK_SENSITIVITY_" , type_id = "gtk_sensitivity_type_get_type ()" ) ]
public enum SensitivityType
Determines how GTK handles the sensitivity of various controls, such as combo box buttons.
Content:
Enum values:
- AUTO - The control is made insensitive if
no action can be triggered
- OFF - The control is always insensitive
- ON - The control is always sensitive