gtkMainDoEvent {RGtk2} | R Documentation |
Processes a single GDK event. This is public only to allow filtering of events between GDK and GTK+. You will not usually need to call this function directly.
gtkMainDoEvent(event)
|
[GdkEvent ] An event to process (normally) passed by GDK. |
While you should not call this function directly, you might want to know how exactly events are handled. So here is what this function does with the event:
Derived by RGtkGen from GTK+ documentation