Signal

Gtk.EventControllerLegacy::event

Declaration

gboolean
event (
  GtkEventControllerLegacy self,
  GdkEvent* event,
  gpointer user_data
)

Description [src]

Emitted for each GDK event delivered to controller.

Default handler:

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

Parameters

event GdkEvent*
 

the GdkEvent which triggered this signal

 Ownership is not transferred to the callee

Return value

Returns: gboolean

TRUE to stop other handlers from being invoked for the event and the emission of this signal. FALSE to propagate the event further.