]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/menu.h
Improve wxListCtrl::SetItemState() documentation.
[wxWidgets.git] / interface / wx / menu.h
index 93987854aee3131be277c49944e04c2c61e2f796..bdb33aa30ef5b18e33f777f19bcac216d2a3454c 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();