projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
added stat.h include
[wxWidgets.git]
/
samples
/
resource
/
menu1.wxr
Commit
Line
Data
457814b5
JS
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
]).";