Module: Gtk::SpinButtonUpdatePolicy

Defined in:
(unknown)

Constant Summary collapse

ALWAYS =

When refreshing your Gtk::SpinButton, the value is

always displayed
0 or :always
IF_VALID =

When refreshing your Gtk::SpinButton, the value is

only displayed if it is valid within the bounds of the spin button's
adjustment
1 or :if_valid