Description Usage Arguments Value Author(s)
Registers a function to be called when an instance of the mainloop is left.
1 | gtkQuitAdd(main.level, fun, data = NULL)
|
|
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. |
|
Pointer to pass when calling |
[numeric] A handle for this quit handler (you need this for gtkQuitRemove
)
or 0 if you passed a NULL
pointer in function
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.