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

  1.   Menu browMenu
  2.     Item compile text: "&Compile!"
  3.     Popup bredit text: "&Edit"
  4.       definition: "editMenu"
  5.       Line
  6.       Item reformat text: "&Reformat Method\tCtrl+R"
  7.       Item zoom text: "&Zoom Edit Window\tCtrl+Z"
  8.     End
  9.     Popup search text: "&Search"
  10.       definition: "srchMenu"
  11.     End
  12.     Item doit text: "&Doit!"
  13.     Item inspect text: "&Inspect!"
  14.     Popup browse text: "&Browse"
  15.       definition: "browsePo"
  16.     End
  17.     Popup crossref text: "Cross&Refs"
  18.       definition: "crossref"
  19.     End
  20.     Popup templates text: "&Templates"
  21.       definition: "templates"
  22.     End
  23.     Popup class text: "C&lass"
  24.       Item aboutClass text: "About the &Class..." style: (grayed)
  25.       Item makeDescendant text: "Make &Descendant..." style: (grayed)
  26.       Item makeSibling text: "Make &Sibling..." style: (grayed)
  27.       Line
  28.       Item classVars text: "Class &Variables..." style: (grayed)
  29.       Item classInit text: "Class &Initialization..." style: (grayed)
  30.       Item deleteClass text: "Re&move Class" style: (grayed)
  31.       Line
  32.       Item gotoClass text: "&Go To Class...\tCtrl+G"
  33.       Item alpha text: "&Alphabetical"
  34.       Item hier text: "&Hierarchical" style:(checked)
  35.       Item refreshCL text: "&Refresh Class List"
  36.     End
  37.     Popup method text: "&Method"
  38.       Item templMethod text: "&New Method" id: 606
  39.         help: "Replace the entire text with new method template"
  40.       Item templAction text: "New &Action" id: 607
  41.         help: "Replace the entire text with new action template"
  42.       Line
  43.       Item deleteMethod text: "Re&move Method" style: (grayed)
  44.         help: "Delete the selected method from its class"
  45.       Item gotoMethod text: "&Go To Method...\tCtrl+F"
  46.       Line
  47.       Item classMethods text: "&Class Methods"
  48.       Item objectMethods text: "&Object Methods" style: (checked)
  49.     End
  50.   End
  51.