]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/region.cpp
More lib and demo patches to drop the wx prefix (Jeff has been busy!)
[wxWidgets.git] / src / cocoa / region.cpp
index 260565f5fe8715238f7f5ad0cae42054ccc75220..db1493aa07fc69fd1e30a15b3a21421d276ad70f 100644 (file)
@@ -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()
 {
 }