]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/region.h
Added wxPrivateDropTarget
[wxWidgets.git] / include / wx / gtk1 / region.h
index 33af4087c35bc0f0f87f13d6fd8b6c037eeefccc..b61066a2083b6d664a2cc425432f5e3e1c880af4 100644 (file)
@@ -63,6 +63,9 @@ class wxRegion : public wxGDIObject
     inline wxRegion& operator = ( const wxRegion& r )
       { Ref(r); return (*this); }
 
+    bool operator == ( const wxRegion& region );
+    bool operator != ( const wxRegion& region );
+    
     void Clear(void);
 
     bool Union( long x, long y, long width, long height );