getEventWidget

fngtk.widget.Widget getEventWidget(gdk.event.Event event) nothrow

If event is null or the event was not associated with any widget, returns null, otherwise returns the widget that received the event originally.

Parameters

eventa #GdkEvent

Returns

the widget that originally

received event, or null