Gtk.Widget::event-after
function callback(widget, event:Gdk.Event, ):void;
After the emission of the Gtk.Widget::event signal and (optionally) the second more specific signal, ::event-after will be emitted regardless of the previous two signals handlers return values.
- widget
instance of Gtk.Widget that is emitting the signal
- event
the Gdk.Event which triggered this signal