Value | Meaning |
---|---|
Always0 | When refreshing your gtk.spin_button.SpinButton, the value is always displayed |
IfValid1 | When refreshing your gtk.spin_button.SpinButton, the value is only displayed if it is valid within the bounds of the spin button's adjustment |
Determines whether the spin button displays values outside the adjustment bounds.
See gtk.spin_button.SpinButton.setUpdatePolicy.