home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format 107
/
af107sub.adf
/
GUIToolKit.LZX
/
GUIToolKitV1.5
/
Arexx
/
moveallgads.rx
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1997-11-16
|
214 b
|
15 lines
/* This script will move all gadgets xoffset and yoffset */
address "GUITKREXX"
Options Results
xoff=0
yoff=10
NoOfGadgets
n=Result
do loop = 1 to n
MoveGadget loop xoff yoff
end
UpDateDisplay
say "all done!"