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:
Stefan Csomor
2020-06-28 22:59:00 +02:00
parent 604e64a519
commit f80ac025ba
10 changed files with 62 additions and 8 deletions

View File

@@ -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