Signal

GtkGestureLongPress::pressed

since: 3.14

Declaration

void
pressed (
  GtkGestureLongPress* self,
  gdouble x,
  gdouble y,
  gpointer user_data
)

Description [src]

This signal is emitted whenever a press goes unmoved/unreleased longer than what the GTK+ defaults tell.

Default handler:

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

Available since: 3.14

Parameters

x

Type: gdouble

The X coordinate where the press happened, relative to the widget allocation.

y

Type: gdouble

The Y coordinate where the press happened, relative to the widget allocation.