SensitivityType
Description:
[ CCode ( cprefix = "GTK_SENSITIVITY_" , type_id = "gtk_sensitivity_type_get_type ()" ) ]
public enum SensitivityType
Determines how GTK+ handles the sensitivity of stepper arrows at the end of range widgets.
Content:
Enum values:
- AUTO - The arrow is made insensitive
if the thumb is at the end
- OFF - The arrow is always insensitive
- ON - The arrow is always sensitive