From 9b026e31597c72e45195b0a5bd854df7d06cc06d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 15 Feb 2012 15:40:00 +0000 Subject: [PATCH] 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 --- interface/wx/menu.h | 4 ++++ 1 file changed, 4 insertions(+) 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(); -- 2.45.2