support for standard command IDs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -463,6 +463,10 @@ wxWindow * wxFindControlFromMacControl(ControlRef inControl ) ;
|
|||||||
wxTopLevelWindowMac* wxFindWinFromMacWindow( WindowRef inWindow ) ;
|
wxTopLevelWindowMac* wxFindWinFromMacWindow( WindowRef inWindow ) ;
|
||||||
wxMenu* wxFindMenuFromMacMenu(MenuRef inMenuRef) ;
|
wxMenu* wxFindMenuFromMacMenu(MenuRef inMenuRef) ;
|
||||||
|
|
||||||
|
int wxMacCommandToId( UInt32 macCommandId ) ;
|
||||||
|
UInt32 wxIdToMacCommand( int wxId ) ;
|
||||||
|
wxMenu* wxFindMenuFromMacCommand( const HICommand &macCommandId , wxMenuItem* &item ) ;
|
||||||
|
|
||||||
extern wxWindow* g_MacLastWindow ;
|
extern wxWindow* g_MacLastWindow ;
|
||||||
pascal OSStatus wxMacTopLevelMouseEventHandler( EventHandlerCallRef handler , EventRef event , void *data ) ;
|
pascal OSStatus wxMacTopLevelMouseEventHandler( EventHandlerCallRef handler , EventRef event , void *data ) ;
|
||||||
Rect wxMacGetBoundsForControl( wxWindow* window , const wxPoint& pos , const wxSize &size , bool adjustForOrigin = true ) ;
|
Rect wxMacGetBoundsForControl( wxWindow* window , const wxPoint& pos , const wxSize &size , bool adjustForOrigin = true ) ;
|
||||||
|
Reference in New Issue
Block a user