From: Stefan Csomor Date: Fri, 7 Dec 2001 05:30:00 +0000 (+0000) Subject: added method for getting the help menu X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/56a38bbe87d29b2d1394da06c00c797408408924 added method for getting the help menu git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 )