X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/419f362d6a5182e219e70f465e9bf62a791485ef..a7b51bc869213608fdad75c28fba1f245d43549f:/include/wx/mac/uma.h diff --git a/include/wx/mac/uma.h b/include/wx/mac/uma.h index 7a6695a7d6..344c1552e5 100644 --- a/include/wx/mac/uma.h +++ b/include/wx/mac/uma.h @@ -116,7 +116,7 @@ ControlHandle ::NewControl(WindowPtr owningWindow, //void UMAHiliteControl (ControlHandle theControl, // ControlPartCode hiliteState) ; void UMAShowControl (ControlHandle theControl) ; -//void UMAHideControl (ControlHandle theControl); +void UMAHideControl (ControlHandle theControl); //void UMASetControlVisibility (ControlHandle inControl, // Boolean inIsVisible, // Boolean inDoDraw); @@ -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 )