GdkScrollDirection

Specifies the direction for scroll events.

Values

ValueMeaning
UP0

the surface is scrolled up.

DOWN1

the surface is scrolled down.

LEFT2

the surface is scrolled to the left.

SMOOTH4

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

Meta