EventSequenceState
Description:
[ CCode ( cprefix = "GTK_EVENT_SEQUENCE_" , type_id = "gtk_event_sequence_state_get_type ()" ) ]
[ Version ( since = "3.14" ) ]
public enum EventSequenceState
Describes the state of a EventSequence in a Gesture.
Content:
Enum values:
- CLAIMED - The sequence is handled
and grabbed.
- DENIED - The sequence is denied.
- NONE - The sequence is handled, but not
grabbed.