gtkEventsPending {RGtk2}R Documentation

gtkEventsPending

Description

Checks if any events are pending. This can be used to update the GUI and invoke timeouts etc. while doing some time intensive computation.

Usage

gtkEventsPending()

Value

[logical] TRUE if any events are pending, FALSE otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]