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

  1. Window inspecto
  2.   class: Inspector
  3.   menuDef: "inspMenu"
  4.   icon: "inspector"
  5.   title: "An Inspector:"
  6.   Child varList
  7.     class: ListBox
  8.     help: "Select an instance or class variable to view its value"
  9.     right: (p 38)
  10.     bottom: (p 30)
  11.   Child keyList
  12.     class: ListBox
  13.     help: "Select a key or index to view self[key]"
  14.     left: (last right)
  15.     bottom: (last)
  16.   Child ew
  17.     definition: "editwind"
  18.     class: WorkEdit
  19.     help: "Evaluate Actor expressions -- self is the inspected object"
  20.     top: (last bottom)
  21.     bottom: (bottom -8)
  22.   Child helpLine
  23.     class: HelpBar
  24.     top: (last bottom)
  25.     border: border
  26.