home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01163 / attrmenu.wdl < prev    next >
Text File  |  1993-02-23  |  2KB  |  43 lines

  1.  Menu attrmenu
  2.     Popup file text: "&File"
  3.       Item fileNew text: "&New Attribute File\tCtrl+N"
  4.         help: "Clear the editor work space"
  5.       Item fileOpen text: "&Open Attribute File...\tCtrl+O"
  6.         help: "Open an existing attribute file"
  7.       Item insertFile text: "&Insert Attribute File..."
  8.         help: "Read from an attribute file and insert it"
  9.       Line
  10.       Item save text: "&Save\tCtrl+S"
  11.         help: "Save the current attribute file"
  12.       Item saveAs text: "Save &As..."
  13.         help: "Save the current attribute file under a new name"
  14.     End
  15.     Popup attred text: "&Edit"
  16.       definition: "editMenu"
  17.     End
  18.     Popup search text: "&Search"
  19.       definition: "srchMenu"
  20.     End
  21.     Item inspect text: "&Inspect!"
  22.       help: "Inspect the most recently created window"
  23.     Popup browse text: "&Browse"
  24.       Item browse text: "&Classes\tCtrl+C"
  25.         help: "Start a Browser on all loaded classes"
  26.       Item browseProtos text: "&Protocols\tCtrl+P"
  27.         help: "Start a Browser on all loaded protocols"
  28.       Item browseAttr text: "&Attributes\tCtrl+T"
  29.         help: "Start an Attribute Editor on the selected attribute file"
  30.       Item browseChildren text: "Children and &Events\tCtrl+E"
  31.         help: "Show available child windows and events for this class"
  32.     End
  33.     Item test text: "&Test!"
  34.       help: "Create the window defined by these attributes"
  35.     Item modalTest text: "&ModalTest!"
  36.       help: "Execute the modal dialog defined by these attributes"
  37.     Popup help text: "&Help"
  38.       definition: "helpmenu"
  39.       Line
  40.       Item browseWinHelp text: "&Windows Help\tCtrl+W"
  41.     End
  42.   End
  43.