This method is called when the close menu-item of the file-menu menu is selected. If file-menu:close is bound to #f instead of a procedure, the close menu item will not be created.
Defaultly bound to:
(lambda (item control) (when (can-close?) (on-close) (show #f)) #t)