home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power GUI Programming with VisualAge C++
/
powergui.iso
/
trialva
/
ibmcppw
/
macros
/
mnucheck.lx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-02-22
|
162 b
|
6 lines
/* A macro to check all the passed menu items. */
parse arg item
'extract actionbarid.' || item 'into item_id'
'set menucheck.' || item_id 'on' ;
return ;