From 56a38bbe87d29b2d1394da06c00c797408408924 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 7 Dec 2001 05:30:00 +0000 Subject: [PATCH] added method for getting the help menu git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/uma.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/mac/uma.h b/include/wx/mac/uma.h index 7a6695a7d6..4cbf9de724 100644 --- a/include/wx/mac/uma.h +++ b/include/wx/mac/uma.h @@ -217,6 +217,10 @@ WindowRef UMAGetActiveNonFloatingWindow() ; */ void UMAHighlightAndActivateWindow( WindowRef inWindowRef , bool inActivate ) ; +OSStatus UMAGetHelpMenu( + MenuRef * outHelpMenu, + MenuItemIndex * outFirstCustomItemIndex); /* can be NULL */ + #if !TARGET_CARBON #define GetPortTextFont( p) ((p)->txFont ) #define GetPortTextSize( p) ((p)->txSize ) -- 2.50.0