]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/region.cpp
use wxColourDatabase::Find() instead of deprecated FindColour(); some minor code...
[wxWidgets.git] / src / cocoa / region.cpp
index 202b1dc76b7b390c53756b0ef3f58387e79100c4..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;
@@ -100,6 +105,10 @@ wxRegion::wxRegion(wxCoord x, wxCoord y, wxCoord w, wxCoord h)
 {
 }
 
+wxRegion::wxRegion(const wxRect& rect)
+{
+}
+
 wxRegion::wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight)
 {
 }