Module: Gtk::SpinType

Defined in:
(unknown)

Constant Summary collapse

STEP_FORWARD =

Increment by the adjustments step increment.

0 or :step_forward
STEP_BACKWARD =

Decrement by the adjustments step increment.

1 or :step_backward
PAGE_FORWARD =

Increment by the adjustments page increment.

2 or :page_forward
PAGE_BACKWARD =

Decrement by the adjustments page increment.

3 or :page_backward
HOME =

Go to the adjustments lower bound.

4 or :home
END =

Go to the adjustments upper bound.

5 or :end
USER_DEFINED =

Change by a specified amount.

6 or :user_defined