]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/deprecated/resource/menu1.wxr
Removed every usage of obsolete wxTLW flags. 2.6 compatibility markup for them.
[wxWidgets.git] / contrib / samples / deprecated / resource / menu1.wxr
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 ]).";