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