]> git.saurik.com Git - wxWidgets.git/commitdiff
Mark Mac-specific wxMenuBar methods with @onlyfor{wxosx}.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Feb 2012 15:40:00 +0000 (15:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Feb 2012 15:40:00 +0000 (15:40 +0000)
Closes #13985.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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();