home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01163 / jura1.exe / WINDOWMA.WDL < prev    next >
Text File  |  1993-02-23  |  901b  |  41 lines

  1. Window winManag
  2.   class: WindowManager
  3.   title: "Actor Window List"
  4.   ownership: popup
  5.   border: dialog
  6.   captionBar: (sysMenu)
  7.   fixedRect: (40 40 442 280)
  8.   Child windowList
  9.     class: WindowList
  10.     border: noBorder
  11.     style: (ownerDrawFixed notify)
  12.     selection: 0
  13.     left: (8)
  14.     top: (8)
  15.     right: (-8)
  16.     bottom: (self top f 108)
  17.  Child restore
  18.     class: BitButton
  19.     left: (last)
  20.     top: (last bottom f 16)
  21.     right: (self left f 82)
  22.     bottom: (self top f 42)
  23.   Child minimize
  24.     class: BitButton
  25.     left: (last right f 8)
  26.     top: (last)
  27.     right: (self left f 82)
  28.     bottom: (last)
  29.   Child maximize
  30.     class: BitButton
  31.     left: (last right f 8)
  32.     top: (last)
  33.     right: (self left f 82)
  34.     bottom: (last)
  35.   Child close
  36.     class: BitButton
  37.     left: (last right f 8)
  38.     top: (last)
  39.     right: (self left f 82)
  40.     bottom: (last)
  41.