]> git.saurik.com Git - wxWidgets.git/commitdiff
added method for getting the help menu
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 7 Dec 2001 05:30:00 +0000 (05:30 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 7 Dec 2001 05:30:00 +0000 (05:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/uma.h

index 7a6695a7d6ec7e8ab5664d92b7e6b18de6b399d7..4cbf9de7241c23ae261977355802db007325530e 100644 (file)
@@ -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 )