home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
swCHIP 1991 January
/
swCHIP_95-1.bin
/
chip
/
tvgencpp
/
demo3cpp.exe
/
TEMPLATE
/
TRADIOBT.OTF
< 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
|
1994-10-26
|
264 b
|
12 lines
@SNIPPET OBJ_BOT
cc=new TRadioButtons(TRect(%_BOUNDS%),
@FIRSTLINE Lines
@CALL LineProc
);
@IF!DEFAULT Disabled
cc->setButtonState(%_NUMBER(Disabled)%,False);
@ENDIF
@CALL ObjParams cc->
@RELATED cc
%_OWNER%insert(cc);
@SNIPPET OBJ_EOT