file-menu:close-callback in frame:standard-menus<%>
This method is called when the close menu-item of the file-menu menu is selected.
(-> voidsenda-frame:standard-menusfile-menu:close-callbackitemevt)
item: (instance (derived-frommenu-item%))
evt: (instancecontrol-event%)Defaultly bound to:
(λ (item control) (when (can-close?) (on-close) (show #f)) #t)