home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Mac Game Programming Gurus
/
TricksOfTheMacGameProgrammingGurus.iso
/
Tools
/
Preditor 2.0
/
Macros
/
ExpandAll
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1991-06-28
|
266 b
|
16 lines
|
[
TEXT/TCEd
]
#
# ExpandAll
#
# Last Modified: Friday, June 27, 1991 at 11:46 PM
# Macro Files for Preditor
#
# Expands all of the open windows to full screen size
#
# © Copyright Evatac Software 1988-1991
# All rights reserved
#
For (name, ~Windows)
ZoomWindow("b", name)
end