gtkQuitAdd {RGtk2} | R Documentation |
Registers a function to be called when an instance of the mainloop is left.
gtkQuitAdd(main.level, fun, data = NULL)
|
[numeric] Level at which termination the function shall be called. You can pass 0 here to have the function run at the termination of the current mainloop. |
|
[R object] Pointer to pass when calling function . |
[numeric] A handle for this quit handler (you need this for gtkQuitRemove
)
or 0 if you passed a NULL
pointer in function
.
This function is deprecated. You should use GDK_PRIORITY_REDRAW
instead.
This function is deprecated. You should use G_PRIORITY_HIGH
instead.
This function is deprecated. You should use G_PRIORITY_DEFAULT_IDLE
instead.
This function is deprecated. You should use G_PRIORITY_LOW
instead.
Derived by RGtkGen from GTK+ documentation