home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / samples / resource / menu1.wxr < prev    next >
Text File  |  1998-05-22  |  239b  |  14 lines

  1.  
  2. static char *menu1 = "menu(name = 'menu1',\
  3.   menu = \
  4.   [\
  5.     ['&File', 1, '', \
  6.       ['&Dialog box test', 2, ''],\
  7.       [],\
  8.       ['&Exit', 4, '']\
  9.     ],\
  10.     ['&Help', 5, '', \
  11.       ['&About', 6, '']\
  12.     ]\
  13.   ]).";
  14.