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
This commit is contained in:
Vadim Zeitlin 2012-02-15 15:40:00 +00:00
parent 0364ac987d
commit 9b026e3159

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