API Version: 4.0
Library Version: 4.17.1
Generated by gi-docgen 2024.2
enum Gtk.SpinButtonUpdatePolicy
Determines whether the spin button displays values outside the adjustment bounds.
See gtk_spin_button_set_update_policy().
gtk_spin_button_set_update_policy()
GTK_UPDATE_ALWAYS
When refreshing your GtkSpinButton, the value is always displayed.
GtkSpinButton
0
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.
1
Content