Enumeration (GI Enum)

Gdk-4.0GdkScrollDirection

Specifies the direction for scroll events.

Index

Enumeration Members

Enumeration Members

DOWN: number

the surface is scrolled down.

LEFT: number

the surface is scrolled to the left.

RIGHT: number

the surface is scrolled to the right.

SMOOTH: number

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

UP: number

the surface is scrolled up.