X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4a23857ec9c4f4e3f3e1251f566f55df31e4177..b8acf11e74d4ac25f9899d8d426ad04569c99e88:/interface/wx/menu.h?ds=sidebyside diff --git a/interface/wx/menu.h b/interface/wx/menu.h index 93987854ae..823253c4d2 100644 --- a/interface/wx/menu.h +++ b/interface/wx/menu.h @@ -392,6 +392,8 @@ public: The menubar to set. @remarks Only exists on Mac, other platforms do not have this method. + + @onlyfor{wxosx} */ static void MacSetCommonMenuBar(wxMenuBar* menubar); @@ -402,6 +404,8 @@ public: @return The global menubar. @remarks Only exists on Mac, other platforms do not have this method. + + @onlyfor{wxosx} */ static wxMenuBar* MacGetCommonMenuBar(); @@ -816,7 +820,7 @@ public: wxMenuItemList is a pseudo-template list class containing wxMenuItem pointers, see wxList. */ - wxMenuItemList& GetMenuItems() const; + wxMenuItemList& GetMenuItems(); const wxMenuItemList& GetMenuItems() const; //@}