]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/region.h
Resize fine tuning
[wxWidgets.git] / include / wx / stubs / region.h
index 02bf97845fecd20534ce1116e04fef5b43f3b6dc..0c88b794e7fa3ccc75298f45aaf85301f3033cde 100644 (file)
@@ -42,11 +42,6 @@ public:
     wxRegion(long x, long y, long w, long h);
     wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);
     wxRegion(const wxRect& rect);
-
-/* TODO: implementation
-    wxRegion(WXHRGN hRegion); // Hangs on to this region
-*/
-
        wxRegion();
        ~wxRegion();
 
@@ -128,6 +123,7 @@ public:
        long GetWidth() const { return GetW(); }
        long GetH() const;
        long GetHeight() const { return GetH(); }
+    wxRect GetRect() const { return wxRect(GetX(), GetY(), GetWidth(), GetHeight()); }
 
 private:
        long     m_current;