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

  1. Window MDIToolBar
  2.   class: BasicToolBar
  3.   Child fileNew
  4.     class: BitButton
  5.     left: (f 4)
  6.     top: (f 4)
  7.     right: (self left f 36)
  8.     bottom: (self top f 36)
  9.   Child fileOpen
  10.     class: BitButton
  11.     left: (last right f 4)
  12.     top: last
  13.     right: (self left f 36)
  14.     bottom: (self top f 36)
  15.