Gesture.addOnEnd

Emitted when @gesture either stopped recognizing the event sequences as something to be handled, or the number of touch sequences became higher or lower than [property@Gtk.Gesture:n-points].

Note: @sequence might not pertain to the group of sequences that were previously triggering recognition on @gesture (ie. a just pressed touch sequence that exceeds [property@Gtk.Gesture:n-points]). This situation may be detected by checking through [method@Gtk.Gesture.handles_sequence].

  1. gulong addOnEnd(void delegate(GdkEventSequence*, Gesture) dlg, ConnectFlags connectFlags)
  2. gulong addOnEnd(void delegate(Event, Gesture) dlg, ConnectFlags connectFlags)
    class Gesture
    gulong
    addOnEnd

Meta