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