can-exit? in top-level-window<%>
can-exit?
top-level-window<%>
Called before on-exit to check whether an exit is allowed. See on-exit for more information.
on-exit
(send a-top-level-window can-exit?) -> boolean
(send a-top-level-window can-exit?)
send
a-top-level-window
Calls can-close? and returns the result.
can-close?