Module: Gdk::ScrollDirection

Defined in:
(unknown)

Constant Summary collapse

UP =

the window is scrolled up.

0 or :up
DOWN =

the window is scrolled down.

1 or :down
LEFT =

the window is scrolled to the left.

2 or :left
RIGHT =

the window is scrolled to the right.

3 or :right
SMOOTH =

the scrolling is determined by the delta values

in Gdk::EventScroll. See gdk_event_get_scroll_deltas(). Since: 3.4
4 or :smooth