home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01163 / methodbr.wdl < prev    next >
Text File  |  1993-02-23  |  618b  |  26 lines

  1. Window methodBr
  2.   class: MethodBrowser
  3.   menuDef: "MBrMenu"
  4.   min: (100 120)
  5.   title: "Method Browser"
  6.   Child methodList
  7.     class: MethodList
  8.     help: "Select a method to view/edit"
  9.     right: (p 65)
  10.     bottom: (p 30)
  11.   Child varBox
  12.     class: VarList
  13.     help: "Select an instance or class variable to insert"
  14.     left: (last right)
  15.     bottom: (last)
  16.   Child ew
  17.     definition: "editwind"
  18.     class: BrowEdit
  19.     help: "View or edit the source for the selected method"
  20.     top: (last bottom)
  21.     bottom: (-8)
  22.   Child helpLine
  23.     class: HelpBar
  24.     border: border
  25.     top: (last bottom)
  26.