Gtk.SpinType

The values of the GtkSpinType enumeration are used to specify the change to make in Gtk.SpinButton.prototype.spin.

SpinType.STEP_FORWARD

Increment by the adjustments step increment.

SpinType.STEP_BACKWARD

Decrement by the adjustments step increment.

SpinType.PAGE_FORWARD

Increment by the adjustments page increment.

SpinType.PAGE_BACKWARD

Decrement by the adjustments page increment.

SpinType.HOME

Go to the adjustments lower bound.

SpinType.END

Go to the adjustments upper bound.

SpinType.USER_DEFINED

Change by a specified amount.