wxWidgets/samples/resource/menu1.wxr

14 lines
226 B
Plaintext
Raw Normal View History

static char *menu1 = "menu(name = 'menu1',\
menu = \
[\
['&File', 1, '', \
['&Dialog box test', 2, ''],\
[],\
['&Exit', 4, '']\
],\
['&Help', 5, '', \
['&About', 6, '']\
]\
]).";