Enumeration
ClutterScrollFinishFlags
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.6
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. |