Enumeration (GI Flags)

Gtk-3.0GtkEventControllerScrollFlagsSince 3.24

Describes the behavior of a Gtk.EventControllerScroll.

3.24

Index

Enumeration Members

BOTH_AXES: number

Emit scroll on both axes.

DISCRETE: number

Only emit deltas that are multiples of 1.

HORIZONTAL: number

Emit scroll with horizontal deltas.

KINETIC: number

Emit Gtk.EventControllerScroll::decelerate after continuous scroll finishes.

NONE: number

Don't emit scroll.

VERTICAL: number

Emit scroll with vertical deltas.