gtkMainDoEvent {RGtk2}R Documentation

gtkMainDoEvent

Description

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.

Usage

gtkMainDoEvent(event)

Arguments

event [GdkEvent] An event to process (normally) passed by GDK.

Details

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:

Note

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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]