Enumeration

ClutterScrollFinishFlags

Declaration

flags Clutter.ScrollFinishFlags

Description [src]

Flags used to notify the axes that were stopped in a ClutterScrollEvent. These can be used to trigger post-scroll effects like kinetic scrolling.

Available since:1.26

Members

Name Description
CLUTTER_SCROLL_FINISHED_NONE

No axis was stopped.

CLUTTER_SCROLL_FINISHED_HORIZONTAL

The horizontal axis stopped.

CLUTTER_SCROLL_FINISHED_VERTICAL

The vertical axis stopped.