Enumeration (GI Enum)

Gtk-4.0GtkSpinType

The values of the GtkSpinType enumeration are used to specify the change to make in gtk_spin_button_spin().

Index

Enumeration Members

END: number

Go to the adjustments upper bound.

HOME: number

Go to the adjustments lower bound.

PAGE_BACKWARD: number

Decrement by the adjustments page increment.

PAGE_FORWARD: number

Increment by the adjustments page increment.

STEP_BACKWARD: number

Decrement by the adjustments step increment.

STEP_FORWARD: number

Increment by the adjustments step increment.

USER_DEFINED: number

Change by a specified amount.