This class provides basic functionality for callback-based
menu items. It chains a keymap onto
keymapfor the keyboard equivalents to the menu commands.
(make-object mred:menu-frame% parenttitlexywidthheightstylename)->mred:menu-frame% object parent : wx:frame% object or null title : string or null x = -1 : small integer y = -1 : small integer width = -1 : small integer height = -1 : small integer style = (bitwise-ior wx:const-sdi wx:const-default-frame) : small integer name = "frame" : string
Calls super-init and then
make-menu-bar to install the
menu bar into the frame.