Signal

Gtk.GestureLongPress::pressed

Declaration

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

Description [src]

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()

Parameters

x gdouble
 

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

y gdouble
 

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