Module: Gtk::SpinButtonUpdatePolicy

Defined in:
(unknown)

Constant Summary collapse

ALWAYS =

When refreshing your GtkSpinButton, the value is always displayed

0 or :always
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 or :if_valid