added method for getting the help menu
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -217,6 +217,10 @@ WindowRef UMAGetActiveNonFloatingWindow() ;
|
|||||||
*/
|
*/
|
||||||
void UMAHighlightAndActivateWindow( WindowRef inWindowRef , bool inActivate ) ;
|
void UMAHighlightAndActivateWindow( WindowRef inWindowRef , bool inActivate ) ;
|
||||||
|
|
||||||
|
OSStatus UMAGetHelpMenu(
|
||||||
|
MenuRef * outHelpMenu,
|
||||||
|
MenuItemIndex * outFirstCustomItemIndex); /* can be NULL */
|
||||||
|
|
||||||
#if !TARGET_CARBON
|
#if !TARGET_CARBON
|
||||||
#define GetPortTextFont( p) ((p)->txFont )
|
#define GetPortTextFont( p) ((p)->txFont )
|
||||||
#define GetPortTextSize( p) ((p)->txSize )
|
#define GetPortTextSize( p) ((p)->txSize )
|
||||||
|
Reference in New Issue
Block a user