Enumeration

ClutterScrollFinishFlags

since: 13

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

Available since: 13

Members

CLUTTER_SCROLL_FINISHED_NONE

No axis was stopped.

  • Value: 0
  • Nickname: none
  • Available since: 13
CLUTTER_SCROLL_FINISHED_HORIZONTAL

The horizontal axis stopped.

  • Value: 1
  • Nickname: horizontal
  • Available since: 13
CLUTTER_SCROLL_FINISHED_VERTICAL

The vertical axis stopped.

  • Value: 2
  • Nickname: vertical
  • Available since: 13