signal callback delegate or function to connect
void callback(gdk.event.Event event, gtk.widget.Widget widget)
event the #GdkEvent which triggered this signal (optional)
widget 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 EventAfter signal.
After the emission of the #GtkWidget::event signal and (optionally) the second more specific signal, ::event-after will be emitted regardless of the previous two signals handlers return values.