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