]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/region.h
Added simple implementation of (Get|Unget)RawData.
[wxWidgets.git] / include / wx / cocoa / region.h
index 8fb86d856d68ddbe9135063f628719f641fc9e58..e15bb3fc806378d098f637f754eae925959084ba 100644 (file)
@@ -64,6 +64,9 @@ public:
     // Clear current region
     void Clear();
 
+    // Move the region
+    bool Offset(wxCoord x, wxCoord y);
+
     // Union rectangle or region with this.
     bool Union(long x, long y, long width, long height)
         { return Combine(x, y, width, height, wxRGN_OR); }