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

  1. Window browser
  2.   class: Browser
  3.   title: "Browser:(none)"
  4.   help: "Browse classes and their methods"
  5.   focus: ew
  6.   icon: "browser"
  7.   min: (140 140)
  8.   menuDef: "browmenu"
  9.   Child protoList
  10.     class: ComboBox
  11.     help: "Browse a protocol that selected class subscribes to"
  12.     left: 2
  13.     top: 2
  14.     right: (p 32)
  15.     bottom: (-40)
  16.     style: (dropDownList)
  17.     max: (100 70)
  18.   Child upButton
  19.     class: Button
  20.     help: "Find an overriden method in an ancestor"
  21.     title: "<<"
  22.     left: (last right 2)
  23.     top: (last)
  24.     right: (self left 20)
  25.     bottom: (last)
  26.   Child downButton
  27.     class: Button
  28.     help: "Find an overriding method in a descendant"
  29.     title: ">>"
  30.     left: (last right 2)
  31.     top: (last)
  32.     right: (self left 20)
  33.     bottom: (last)
  34.   Child varBox
  35.     class: VarBox
  36.     help: "View variable names, copy selected name into editor"
  37.     left: (last right 2)
  38.     top: (last)
  39.     right: -2
  40.     bottom: (-20)
  41.     style: (dropDownList)
  42.   Child classList
  43.     class: ClassList
  44.     help: "Select a class to view or edit"
  45.     right: (protoList right)
  46.     top: (last bottom 2)
  47.     bottom: (p 30)
  48.   Child methodList
  49.     class: MethodList
  50.     help: "Select a method to view or edit"
  51.     top: (last)
  52.     left: (last right)
  53.     bottom: (last)
  54.   Child ew
  55.     class: BrowEdit
  56.     definition: "editWind"
  57.     help: "Edit the selected method"
  58.     top: (last bottom)
  59.     bottom: (bottom -8)
  60.   Child helpLine
  61.     class: HelpBar
  62.     top: (last bottom)
  63.     border: border
  64.   Owned acceptDlg
  65.     definition: "acceptDl"
  66.     caption: sysMenu
  67.     title: "Browser Message"
  68.