Use Get*Box instead Get*Region if you are asking about position and size. And it is enough to have it in base class only.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -300,17 +300,6 @@ protected:
|
||||
,wxCoord vWidth
|
||||
,wxCoord vHeight
|
||||
);
|
||||
virtual void DoGetClippingRegion( wxCoord* pX
|
||||
,wxCoord* pY
|
||||
,wxCoord* pWidth
|
||||
,wxCoord* pHeight)
|
||||
{
|
||||
GetClippingBox( pX
|
||||
,pY
|
||||
,pWidth
|
||||
,pHeight
|
||||
);
|
||||
}
|
||||
|
||||
virtual void DoGetSize( int* pWidth
|
||||
,int* pHeight
|
||||
|
Reference in New Issue
Block a user