]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/menu.h
Use wxCOMPtr throughout wxWebViewIE to simplify the code and reduce the chance of...
[wxWidgets.git] / interface / wx / menu.h
index d07bf47c1c2d38f5cc8fb2aa9d019b0e9f186adc..823253c4d2abab393dbe07afaea3f7f5d57df137 100644 (file)
@@ -107,6 +107,16 @@ public:
     */
     void Enable(int id, bool enable);
 
+    /**
+        Returns true if the menu with the given index is enabled.
+
+        @param pos
+            The menu position (0-based)
+
+        @since 2.9.4
+    */
+    bool IsEnabledTop(size_t pos) const;
+
     /**
         Enables or disables a whole menu.
 
@@ -382,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);
     
@@ -392,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();
 
@@ -806,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;
     //@}