gtkTimeoutAddFull {RGtk2} | R Documentation |
Registers a function to be called periodically. The function will be called
repeatedly after interval
milliseconds until it returns FALSE
at which
point the timeout is destroyed and will not be called again.
WARNING: gtk_timeout_add_full
is deprecated and should not be used in newly-written code. Use gTimeoutAddFull()
instead.
gtkTimeoutAddFull(interval, fun, data = NULL)
|
[numeric] The time between calls to the function, in milliseconds (1/1000ths of a second.) |
|
[R object] The data to pass to the function. |
[numeric] A unique id for the event source.
Derived by RGtkGen from GTK+ documentation