]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/private.h
debug method added for flashing invalid areas
[wxWidgets.git] / include / wx / mac / carbon / private.h
index 024fad2ac55225ed4d8f5caac214c2c021ffc569..acbf5273fd72bd8324d8ab8aadd9440df148a7c4 100644 (file)
@@ -8,7 +8,7 @@
 // Created:     1998-01-01
 // RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_PRIVATE_H_
@@ -199,8 +199,10 @@ private :
     WindowRef m_data ;
 } ;
 
-wxWindow *wxFindControlFromMacControl(ControlRef inControl ) ;
-wxTopLevelWindowMac* wxFindWinFromMacWindow( WindowRef inWindow ) ;
+wxWindow *              wxFindControlFromMacControl(ControlRef inControl ) ;
+wxTopLevelWindowMac*    wxFindWinFromMacWindow( WindowRef inWindow ) ;
+wxMenu*                 wxFindMenuFromMacMenu(MenuRef inMenuRef) ;
+
 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 ) ;
@@ -282,7 +284,7 @@ public :
         return SetParameter<T>( inName, wxMacGetEventParamType<T>() , &data ) ;
     }
     
-    EventKind GetKind()
+    UInt32 GetKind()
     {
         return ::GetEventKind( m_eventRef ) ;
     }