signal callback delegate or function to connect
void callback(gdk.event_sequence.EventSequence sequence, gtk.gesture.Gesture gesture)
sequence the gdk.event_sequence.EventSequence that made gesture recognition to finish (optional)
gesture the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to End signal.
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 propertyGtk.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 propertyGtk.Gesture:n-points). This situation may be detected by checking through gtk.gesture.Gesture.handlesSequence.