SpinButtonUpdatePolicy
Description:
[ CCode ( cprefix = "GTK_UPDATE_" , type_id = "gtk_spin_button_update_policy_get_type ()" ) ]
public enum SpinButtonUpdatePolicy
Determines whether the spin button displays values outside the adjustment bounds.
See [[email protected]_update_policy].
Content:
Enum values:
- ALWAYS - When refreshing your
`GtkSpinButton`, the value is always displayed
- IF_VALID - When refreshing your
`GtkSpinButton`, the value is only displayed if it is valid within the bounds of the spin button's adjustment