Package: gtk

Function gtk:main-quit

Lambda List

gtk:main-quit ()

Details

Makes the innermost invocation of the main loop return when it regains control. See the gtk:main function for an example.

Lisp Implementation

In the Lisp binding to GTK the gtk:main-quit function is not called, but the gtk:leave-gtk-main function. The gtk:leave-gtk-main function does some additional bookkeeping, which is necessary to destroy the separate thread for a Lisp program.
 

See also

#2023-3-5