home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
WebObjects
/
WebObjectsDoc_HTML
/
Reuse
/
ReusableComponentsEx
/
CheckBoxMatrixEx.wo
/
CheckBoxMatrixEx.wos
< prev
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
|
1996-02-29
|
333 b
|
21 lines
////////////////////////
// CheckBoxMatrix
// by Charles Lloyd
////////////////////////
id aChoiceList;
id aBoatStringList;
- awake
{
id aMutableArray;
aBoatStringList = @("Dinghy", "Cruiser", "Sail", "Clipper");
aChoiceList = [[@("Dinghy", "Sail") mutableCopy] autorelease];
}
- displayChoices
{
return self;
}