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:
This function is deprecated. You should use GDK_PRIORITY_REDRAW
instead.
This function is deprecated. You should use G_PRIORITY_HIGH
instead.
This function is deprecated. You should use G_PRIORITY_DEFAULT_IDLE
instead.
This function is deprecated. You should use G_PRIORITY_LOW
instead.
Derived by RGtkGen from GTK+ documentation