![[index]](../icons/index.gif)
Next: file-menu:save-as-help-string
Up: frame:standard-menus<>
Previous: file-menu:save
This method is called when the save-as menu-item of the file-menu menu is selected.
If file-menu:save-as is bound to #f instead of a procedure, the save-as menu item will not
be created.
- (send a-frame:standard-menus file-menu:save-as item evt) -> void
item : (instance (derived-from menu-item%))
evt : (instance control-event%)
Defaultly bound to:
#f
PLT