Gnome::Gtk4::T-spinbutton
Constants
GTK_INPUT_ERROR
Constant to return from a signal handler for the input signal in case of conversion failure.
See input defined in SpinButton.
Enumerations
GtkSpinButtonUpdatePolicy
Determines whether the spin button displays values outside the adjustment bounds.
See .set-update-policy()
.
GTK_UPDATE_ALWAYS
; When refreshing your Gnome::Gtk4::SpinButton, the value is always displayedGTK_UPDATE_IF_VALID
; When refreshing your Gnome::Gtk4::SpinButton, the value is only displayed if it is valid within the bounds of the spin button's adjustment
GtkSpinType
The values of the GtkSpinType enumeration are used to specify the change to make in gtk_spin_button_spin().
GTK_SPIN_STEP_FORWARD
; Increment by the adjustments step increment.GTK_SPIN_STEP_BACKWARD
; Decrement by the adjustments step increment.GTK_SPIN_PAGE_FORWARD
; Increment by the adjustments page increment.GTK_SPIN_PAGE_BACKWARD
; Decrement by the adjustments page increment.GTK_SPIN_HOME
; Go to the adjustments lower bound.GTK_SPIN_END
; Go to the adjustments upper bound.GTK_SPIN_USER_DEFINED
; Change by a specified amount.