home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1993 #2
/
Image.iso
/
clipper
/
obtn52.zip
/
BUTTON.CH
< prev
next >
Wrap
Text File
|
1993-05-21
|
453b
|
15 lines
#ifndef _BUTTON_CH
#define _BUTTON_CH
#xcommand @ <nRow>, <nCol> BUTTON <cPrompt> ;
[ <action:ACTION,EXECUTE,EXEC> <uAction> ] ;
[ WHEN <uWhen> ] ;
[ VALID <uValid> ] ;
[ COLOR <cColors> ] ;
=> ;
AAdd( GetList, TButton():New( <nRow>, <nCol>, <cPrompt>,;
<{uAction}>, <{uWhen}>, <{uValid}>, <cColors> ) ) ;;
ATail( GetList ):Display()
#endif