X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a24aff654fb10971e82abccc1b56217d556d447b..672456655288ae8bfd67ab7047adffef6b959d77:/src/cocoa/region.cpp diff --git a/src/cocoa/region.cpp b/src/cocoa/region.cpp index 260565f5fe..db1493aa07 100644 --- a/src/cocoa/region.cpp +++ b/src/cocoa/region.cpp @@ -45,6 +45,11 @@ void wxRegion::Clear() UnRef(); } +bool wxRegion::Offset(wxCoord x, wxCoord y) +{ + return false; +} + bool wxRegion::Combine(long x, long y, long width, long height, wxRegionOp op) { return false; @@ -96,6 +101,18 @@ wxRegion::wxRegion() { } +wxRegion::wxRegion(wxCoord x, wxCoord y, wxCoord w, wxCoord h) +{ +} + +wxRegion::wxRegion(const wxRect& rect) +{ +} + +wxRegion::wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight) +{ +} + wxRegionIterator::wxRegionIterator() { }