GdkScrollDirection

Specifies the direction for #GdkEventScroll.

Values

ValueMeaning
UP0

the window is scrolled up.

DOWN1

the window is scrolled down.

LEFT2

the window is scrolled to the left.

SMOOTH4

the scrolling is determined by the delta values in #GdkEventScroll. See gdk_event_get_scroll_deltas(). Since: 3.4

Meta