]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/private.h
wxGTK2: gtk_signal_disconnect_by_func isn't used anywhere anymore. Nuke prototype...
[wxWidgets.git] / include / wx / mac / carbon / private.h
index 88f511356413ceac0911e9eb434a98948e5f38a6..5a0c8ac8b040c2e5c75193831f68ec62288ccf05 100644 (file)
@@ -463,6 +463,10 @@ wxWindow *              wxFindControlFromMacControl(ControlRef inControl ) ;
 wxTopLevelWindowMac*    wxFindWinFromMacWindow( WindowRef inWindow ) ;
 wxMenu*                 wxFindMenuFromMacMenu(MenuRef inMenuRef) ;
 
+int                     wxMacCommandToId( UInt32 macCommandId ) ;
+UInt32                  wxIdToMacCommand( int wxId ) ;
+wxMenu*                 wxFindMenuFromMacCommand( const HICommand &macCommandId , wxMenuItem* &item ) ;
+
 extern wxWindow* g_MacLastWindow ;
 pascal OSStatus wxMacTopLevelMouseEventHandler( EventHandlerCallRef handler , EventRef event , void *data ) ;
 Rect wxMacGetBoundsForControl( wxWindow* window , const wxPoint& pos , const wxSize &size , bool adjustForOrigin = true ) ;