Enumeration
GtkSpinButtonUpdatePolicy
since: 4.0
Description [src]
Determines whether the spin button displays values outside the adjustment bounds.
Available since: 4.0
Members
GTK_UPDATE_ALWAYS
-
When refreshing your
GtkSpinButton
, the value is always displayed.- Value:
0
- Nickname:
always
- Available since: 4.0
- Value:
GTK_UPDATE_IF_VALID
-
When refreshing your
GtkSpinButton
, the value is only displayed if it is valid within the bounds of the spin button’s adjustment.- Value:
1
- Nickname:
if-valid
- Available since: 4.0
- Value: