Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkTimeoutAddFull

gtkTimeoutAddFull


Description

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 has been deprecated since version 2.4 and should not be used in newly-written code. Use gTimeoutAddFull() instead.

Usage

gtkTimeoutAddFull(interval, fun, data = NULL)

Arguments

interval

The time between calls to the function, in milliseconds (1/1000ths of a second.)

data

The data to pass to the function.

Value

[numeric] A unique id for the event source.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.