]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_region.i
Make the copy ctor for the wxPrint*Data classes avaialble from
[wxWidgets.git] / wxPython / src / _region.i
index 55a9cc4834a38dde4b67b6b92c5c089cdd14f53f..29f18cb67754105f8adb3b0238220214a70e5474 100644 (file)
@@ -41,6 +41,8 @@ enum wxRegionContain
 
 
 
+MustHaveApp(wxRegion);
+
 class wxRegion : public wxGDIObject {
 public:
     wxRegion(wxCoord x=0, wxCoord y=0, wxCoord width=0, wxCoord height=0);
@@ -108,6 +110,8 @@ public:
 
 
 
+MustHaveApp(wxRegionIterator);
+
 class wxRegionIterator : public wxObject {
 public:
     wxRegionIterator(const wxRegion& region);