| gtkIdleAddPriority {RGtk2} | R Documentation |
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 is deprecated and should not be used in newly-written code. Use gIdleAddFull() instead.
gtkIdleAddPriority(priority, fun, data = NULL)
|
[integer] 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. |
|
[R object] Data to pass to that function. |
[numeric] A unique id for the event source.
Derived by RGtkGen from GTK+ documentation