Generic function
Unmaps the specified frame destroying it required.
exit-frame frame #key destroy? => ()
<frame>.
<boolean>. Default value: #t.
None
duim-frames
duim-frames
Unmaps frame, removing the associated sheet and its children from the screen. If destroy? is true, then the frame is destroyed completely, via a call to destroy-frame.
If destroy? is #t, then dialog is destroyed.
The following example creates a simple frame, then displays it and exits it. You should run this code in the interactor, pressing the RETURN key at the points indicated.
start-frame(*frame*);RETURN
exit-frame(*frame*);RETURN
<frame-exited-event>, page 798