supporting Window Menu as Carbon did

This commit is contained in:
Stefan Csomor
2018-02-28 16:10:33 +01:00
parent 9f77a4f674
commit a7505356a4
3 changed files with 83 additions and 4 deletions

View File

@@ -68,6 +68,7 @@ long wxApp::s_macAboutMenuItemId = wxID_ABOUT ;
long wxApp::s_macPreferencesMenuItemId = wxID_PREFERENCES ;
long wxApp::s_macExitMenuItemId = wxID_EXIT ;
wxString wxApp::s_macHelpMenuTitleName = wxT("&Help") ;
wxString wxApp::s_macWindowMenuTitleName = wxT("&Window") ;
bool wxApp::sm_isEmbedded = false; // Normally we're not a plugin