on-exit in top-level-window<%>
on-exit
top-level-window<%>
Called for each visible top-level window when the operating system requests that all programs shut down. For each top-level window, this method is called only if the frame's can-exit? method returns true.
can-exit?
(send a-top-level-window on-exit) -> void
(send a-top-level-window on-exit)
send
a-top-level-window
Calls on-close and then show to hide the window.
on-close
show