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 function gtk-main for an example.

Lisp Implementation

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

See also

2020-8-22