Package: gtk

Function leave-gtk-main

Lambda List

leave-gtk-main ()

Details

Makes the innermost invocation of the main loop return when it regains control.

In the Lisp binding to GTK the gtk-main-quit function is not called, but the leave-gtk-main function. The leave-gtk-main function does some additional bookkeeping, which is necessary to stop a Lisp program safely. See the within-main-loop documentation for an example.
 

See also

*2021-11-13