]> git.saurik.com Git - wxWidgets.git/commitdiff
added adjustOrigin parameter to bounds calculation
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 1 Apr 2004 08:32:44 +0000 (08:32 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 1 Apr 2004 08:32:44 +0000 (08:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/private.h

index fcb7cb0aa23b0a2bbacf579c9ab7c542ca2b2c01..899266858b568e53bbaf268908dd6266ac318e7f 100644 (file)
@@ -199,7 +199,7 @@ wxWindow *wxFindControlFromMacControl(ControlRef inControl ) ;
 wxTopLevelWindowMac* wxFindWinFromMacWindow( WindowRef inWindow ) ;
 extern wxWindow* g_MacLastWindow ;
 pascal OSStatus wxMacTopLevelMouseEventHandler( EventHandlerCallRef handler , EventRef event , void *data ) ;
 wxTopLevelWindowMac* wxFindWinFromMacWindow( WindowRef inWindow ) ;
 extern wxWindow* g_MacLastWindow ;
 pascal OSStatus wxMacTopLevelMouseEventHandler( EventHandlerCallRef handler , EventRef event , void *data ) ;
-Rect wxMacGetBoundsForControl( wxWindow* window , const wxPoint& pos , const wxSize &size ) ;
+Rect wxMacGetBoundsForControl( wxWindow* window , const wxPoint& pos , const wxSize &size , bool adjustForOrigin = true ) ;
 
 template<typename T> EventParamType wxMacGetEventParamType() { wxFAIL_MSG( wxT("Unknown Param Type") ) ; return 0 ; }
 template<> inline EventParamType wxMacGetEventParamType<RgnHandle>() { return typeQDRgnHandle ; }
 
 template<typename T> EventParamType wxMacGetEventParamType() { wxFAIL_MSG( wxT("Unknown Param Type") ) ; return 0 ; }
 template<> inline EventParamType wxMacGetEventParamType<RgnHandle>() { return typeQDRgnHandle ; }