SpinType#

class SpinType#

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

Fields#

class SpinType
END#

Go to the adjustments upper bound.

HOME#

Go to the adjustments lower bound.

PAGE_BACKWARD#

Decrement by the adjustments page increment.

PAGE_FORWARD#

Increment by the adjustments page increment.

STEP_BACKWARD#

Decrement by the adjustments step increment.

STEP_FORWARD#

Increment by the adjustments step increment.

USER_DEFINED#

Change by a specified amount.