on-close (augments, and augmentable only) in frame:register-group-mixin
Called just before the window is closed (e.g., by the window manager).
This method is not called by
show .
See also
can-close?.
(voidsenda-frame:register-group-mixinon-closeFirst calls the inner method. Next, calls the
remove-framemethod of the result ofgroup:get-the-frame-groupwiththisas an argument. Finally, unlessexit:exiting?returns#t, and if there are no more frames open, it callsexit:exit.