Enumeration

GtkEventSequenceState

since: 3.14

Declaration

enum Gtk.EventSequenceState

Description [src]

Describes the state of a GdkEventSequence in a GtkGesture.

Available since: 3.14

Members

GTK_EVENT_SEQUENCE_NONE

The sequence is handled, but not grabbed.

  • Value: 0
  • Available since: 3.14
GTK_EVENT_SEQUENCE_CLAIMED

The sequence is handled and grabbed.

  • Value: 1
  • Available since: 3.14
GTK_EVENT_SEQUENCE_DENIED

The sequence is denied.

  • Value: 2
  • Available since: 3.14