GtkSpinButtonUpdatePolicy

Determines whether the spin button displays values outside the adjustment bounds.

See [method@Gtk.SpinButton.set_update_policy].

Values

ValueMeaning
ALWAYS0

When refreshing your #GtkSpinButton, the value is always displayed

IF_VALID1

When refreshing your #GtkSpinButton, the value is only displayed if it is valid within the bounds of the spin button's adjustment

Meta