]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/menu.h
Implement support for wxRIBBON_PANEL_EXT_BUTTON wxRibbonPanel style.
[wxWidgets.git] / interface / wx / menu.h
index 93987854aee3131be277c49944e04c2c61e2f796..823253c4d2abab393dbe07afaea3f7f5d57df137 100644 (file)
@@ -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;
     //@}