Enumeration (GI Enum)

Gdk-3.0GdkScrollDirection

Specifies the direction for Gdk.EventScroll.

Index

Enumeration Members

Enumeration Members

DOWN: number

the window is scrolled down.

LEFT: number

the window is scrolled to the left.

RIGHT: number

the window is scrolled to the right.

SMOOTH: number

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

UP: number

the window is scrolled up.