From: Vadim Zeitlin Date: Wed, 15 Feb 2012 15:40:00 +0000 (+0000) Subject: Mark Mac-specific wxMenuBar methods with @onlyfor{wxosx}. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9b026e31597c72e45195b0a5bd854df7d06cc06d Mark Mac-specific wxMenuBar methods with @onlyfor{wxosx}. Closes #13985. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/menu.h b/interface/wx/menu.h index 93987854ae..bdb33aa30e 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();