gtkGetEventWidget {RGtk2} | R Documentation |
If event
is NULL
or the event was not associated with any widget,
returns NULL
, otherwise returns the widget that received the event
originally.
gtkGetEventWidget(event)
|
[GdkEvent ] a GdkEvent |
[GtkWidget
] the widget that originally received event
, or NULL
Derived by RGtkGen from GTK+ documentation