Description Usage Arguments Value Author(s)
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_full has been deprecated since version 2.4 and should not be used in newly-written code. Use gIdleAddFull() instead.
1 | gtkIdleAddFull(priority, fun, data = NULL)
|
|
The priority which should not be above |
|
Data to pass to that function. |
[numeric] A unique id for the event source.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.