Enumeration
GtkSpinType
Description [src]
The values of the GtkSpinType enumeration are used to specify the change to make in gtk_spin_button_spin().
Members
-
GTK_SPIN_STEP_FORWARD
-
Increment by the adjustments step increment.
- Value:
0
- Available since: 3.0
- Value:
-
GTK_SPIN_STEP_BACKWARD
-
Decrement by the adjustments step increment.
- Value:
1
- Available since: 3.0
- Value:
-
GTK_SPIN_PAGE_FORWARD
-
Increment by the adjustments page increment.
- Value:
2
- Available since: 3.0
- Value:
-
GTK_SPIN_PAGE_BACKWARD
-
Decrement by the adjustments page increment.
- Value:
3
- Available since: 3.0
- Value:
-
GTK_SPIN_HOME
-
Go to the adjustments lower bound.
- Value:
4
- Available since: 3.0
- Value:
-
GTK_SPIN_END
-
Go to the adjustments upper bound.
- Value:
5
- Available since: 3.0
- Value:
-
GTK_SPIN_USER_DEFINED
-
Change by a specified amount.
- Value:
6
- Available since: 3.0
- Value: