home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Tools / Preditor 2.0 / Macros / ExpandAll next >
Encoding:
Text File  |  1991-06-28  |  266 b   |  16 lines  |  [TEXT/TCEd]

  1. #
  2. #    ExpandAll
  3. #
  4. #    Last Modified: Friday, June 27, 1991 at 11:46 PM
  5. #    Macro Files for Preditor
  6. #
  7. #    Expands all of the open windows to full screen size
  8. #
  9. #    © Copyright Evatac Software  1988-1991
  10. #    All rights reserved
  11. #
  12.  
  13. For (name, ~Windows)
  14.     ZoomWindow("b", name)
  15. end
  16.