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