signal callback delegate or function to connect
void callback(int nPress, double x, double y, gtk.gesture_click.GestureClick gestureClick)
nPress number of press that is paired with this release (optional)
x The X coordinate, in widget allocation coordinates (optional)
y The Y coordinate, in widget allocation coordinates (optional)
gestureClick 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 Released signal.
Emitted when a button or touch is released.
n_press will report the number of press that is paired to this event, note that gtk.gesture_click.GestureClick.stopped may have been emitted between the press and its release, n_press will only start over at the next press.