get_event_widget
function get_event_widget(event:Gdk.Event):Gtk.Widget {
// Gjs wrapper for gtk_get_event_widget()
}If event is null or the event was not associated with any widget, returns null, otherwise returns the widget that received the event originally.
- event
- Returns
the widget that originally received event, or null