Module: Gdk::ScrollDirection

Defined in:
(unknown)

Constant Summary collapse

UP =

the surface is scrolled up.

0 or :up
DOWN =

the surface is scrolled down.

1 or :down
LEFT =

the surface is scrolled to the left.

2 or :left
RIGHT =

the surface is scrolled to the right.

3 or :right
SMOOTH =

the scrolling is determined by the delta values in scroll events. See gdk_scroll_event_get_deltas()

4 or :smooth