added wxUSE_MENUBAR
for platforms like iOS where menus are available but menubars are not we need a finter level of control
This commit is contained in:
parent
604e64a519
commit
f80ac025ba
10 changed files with 62 additions and 8 deletions
|
|
@ -1129,13 +1129,20 @@
|
|||
// depends on it)
|
||||
#define wxUSE_INFOBAR 1
|
||||
|
||||
// Use wxMenu, wxMenuBar, wxMenuItem.
|
||||
// Use wxMenu, wxMenuItem.
|
||||
//
|
||||
// Default is 1.
|
||||
//
|
||||
// Recommended setting: 1 (can't be disabled under MSW)
|
||||
#define wxUSE_MENUS 1
|
||||
|
||||
// Use wxMenuBar.
|
||||
//
|
||||
// Default is 1.
|
||||
//
|
||||
// Recommended setting: 1 (can't be disabled under MSW)
|
||||
#define wxUSE_MENUBAR 1
|
||||
|
||||
// Use wxNotificationMessage.
|
||||
//
|
||||
// wxNotificationMessage allows to show non-intrusive messages to the user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue