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

gtkIdleAddPriority

gtkIdleAddPriority


Description

Like gtkIdleAdd this function allows you to have a function called when the event loop is idle. The difference is that you can give a priority different from GTK_PRIORITY_DEFAULT to the idle function. WARNING: gtk_idle_add_priority has been deprecated since version 2.4 and should not be used in newly-written code. Use gIdleAddFull() instead.

Usage

gtkIdleAddPriority(priority, fun, data = NULL)

Arguments

priority

The priority which should not be above G_PRIORITY_HIGH_IDLE. Note that you will interfere with GTK+ if you use a priority above GTK_PRIORITY_RESIZE.

data

Data to pass to that 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.