Enumeration

ClutterLongPressState

since: 1.8

Declaration

enum Clutter.LongPressState

Description [src]

The states for the ClutterClickAction::long-press signal.

Available since: 1.8

Members

Name Description
CLUTTER_LONG_PRESS_QUERY

Queries the action whether it supports long presses.

CLUTTER_LONG_PRESS_ACTIVATE

Activates the action on a long press.

CLUTTER_LONG_PRESS_CANCEL

The long press was cancelled.