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

  1. Window windName
  2.   class: TrackWindow
  3.   title: "Actor Track Application"
  4.   Menu track
  5.     Popup shape  text: "&Shape"
  6.      Item Ellipse   text: "&Ellipse"    id: IDDELLIPSE style: (checked)
  7.      Item Rectangle text: "&Rectangle"  id: IDDRECT
  8.      Item Star      text: "&Star"       id: IDDSTAR
  9.      Item Triangle  text: "&Triangle"   id: IDDTRIANGLE
  10.      Line
  11.      Item clearWindow  text: "&Invisible"  id: IDDCLEAR
  12.     End
  13.   End
  14.