]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/region.h
1) APPCONF_ constants renamed to wxCONFIG_
[wxWidgets.git] / include / wx / msw / region.h
index c660a62f7215b01965bdc8ea5ee6d78e96bafc0d..f0c9cfbcb2d3c2a5410d8194d3e24f0fab7ec5a9 100644 (file)
@@ -42,6 +42,7 @@ public:
     wxRegion(long x, long y, long w, long h);
     wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);
     wxRegion(const wxRect& rect);
+    wxRegion(WXHRGN hRegion); // Hangs on to this region
 
        wxRegion(void);
        ~wxRegion(void);