SpinType
Description:
[ CCode ( cprefix = "GTK_SPIN_" , type_id = "gtk_spin_type_get_type ()" ) ]
public enum SpinType
The values of the GtkSpinType enumeration are used to specify the change to make in
spin.
Content:
Enum values:
- END - Go to the adjustments upper bound.
- HOME - Go to the adjustments lower bound.
- PAGE_BACKWARD - Decrement by the
adjustments page increment.
- PAGE_FORWARD - Increment by the
adjustments page increment.
- STEP_BACKWARD - Decrement by the
adjustments step increment.
- STEP_FORWARD - Increment by the
adjustments step increment.
- USER_DEFINED - Change by a specified
amount.