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