]> git.saurik.com Git - wxWidgets.git/blame - samples/resource/menu1.wxr
wxConfig is used together with wxConfig::Set now
[wxWidgets.git] / samples / resource / menu1.wxr
CommitLineData
457814b5
JS
1
2static 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 ]).";