home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv7.zip / VACPP / IBMCPP / macros / MNUCHECK.LX < prev    next >
Text File  |  1995-05-11  |  162b  |  6 lines

  1. /* A macro to check all the passed menu items. */
  2. parse arg item
  3. 'extract actionbarid.' || item 'into item_id'
  4. 'set menucheck.' || item_id 'on' ;
  5. return ; 
  6.