home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / m / mar93.zip / 1103061A < prev    next >
Text File  |  1993-01-06  |  158b  |  13 lines

  1. #include "windows.h"
  2.  
  3. Menu MENU
  4. {
  5.     POPUP "&Draw"
  6.     {
  7.         MENUITEM "&Wire Frame", 1
  8.         MENUITEM "&Solid",      2, CHECKED
  9.     }
  10. }
  11.  
  12.  
  13.