signal callback delegate or function to connect
void callback(gdk.event_sequence.EventSequence sequence, gtk.types.EventSequenceState state, gtk.gesture.Gesture gesture)
sequence the gdk.event_sequence.EventSequence that was cancelled (optional)
state the new sequence state (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 SequenceStateChanged signal.
Emitted whenever a sequence state changes.
See gtk.gesture.Gesture.setSequenceState to know more about the expectable sequence lifetimes.