]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/region.h
Added wxPrivateDropTarget
[wxWidgets.git] / include / wx / msw / region.h
index 3955305427493a124628d489a7c418e8f346b162..54f91f62345ea5028446bbe3251d1f511a180da4 100644 (file)
@@ -18,6 +18,7 @@
 
 #include "wx/list.h"
 #include "wx/gdiobj.h"
+#include "wx/gdicmn.h"
 
 class WXDLLEXPORT wxRect;
 class WXDLLEXPORT wxPoint;
@@ -101,6 +102,9 @@ public:
        bool Combine(long x, long y, long width, long height, wxRegionOp op);
        bool Combine(const wxRegion& region, wxRegionOp op);
        bool Combine(const wxRect& rect, wxRegionOp op);
+
+    // Get internal region handle
+    WXHRGN GetHRGN() const;
 };
 
 class WXDLLEXPORT wxRegionIterator : public wxObject {