home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
self
/
contrib.lha
/
contrib
/
491
/
aa
/
test9.self
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-07-22
|
188 b
|
9 lines
bar: aa views textButton copy.
bar label: 'Hello'.
myview addSubView: bar.
foo: aa views imageButton copy.
foo bitmapName: 'Divide'.
foo area: (50@350)##(20@@20).
myview addSubView: foo.