Signal

GtkGestureMultiPress::released

since: 3.14

Declaration

void
released (
  GtkGestureMultiPress* self,
  gint n_press,
  gdouble x,
  gdouble y,
  gpointer user_data
)

Description [src]

This signal is emitted when a button or touch is released. n_press will report the number of press that is paired to this event, note that GtkGestureMultiPress::stopped may have been emitted between the press and its release, n_press will only start over at the next press.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.14

Parameters

n_press

Type: gint

Number of press that is paired with this release.

x

Type: gdouble

The X coordinate, in widget allocation coordinates.

y

Type: gdouble

The Y coordinate, in widget allocation coordinates.