]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/region.h
[ 1557284 ] wxGenericComboControl -> wxGenericComboCtrl
[wxWidgets.git] / include / wx / gtk1 / region.h
index 5319f14975c6bd1f5d894cc17fae8ce82ee20c5a..fb1697fc325bf2c8b1a91df584dee3d7eb771497 100644 (file)
@@ -24,13 +24,6 @@ class WXDLLIMPEXP_CORE wxRegion;
 // constants
 //-----------------------------------------------------------------------------
 
-enum wxRegionContain
-{
-    wxOutRegion = 0,
-    wxPartRegion = 1,
-    wxInRegion = 2
-};
-
 // So far, for internal use only
 enum wxRegionOp
 {
@@ -78,12 +71,7 @@ public:
         Union(bmp, transColour, tolerance);
     }
 
-    ~wxRegion();
-
-    wxRegion( const wxRegion& region )
-        : wxGDIObject()
-        { Ref(region); }
-    wxRegion& operator = ( const wxRegion& region ) { Ref(region); return *this; }
+    virtual ~wxRegion();
 
     bool Ok() const { return m_refData != NULL; }