X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3572173c014d7a886bdb188e9238bae099d30755..d4ffe273ca70deb8e2cff7be9a07b0640e24bee0:/include/wx/gtk/region.h diff --git a/include/wx/gtk/region.h b/include/wx/gtk/region.h index 7ab28ddbd8..b61066a208 100644 --- a/include/wx/gtk/region.h +++ b/include/wx/gtk/region.h @@ -58,11 +58,14 @@ class wxRegion : public wxGDIObject wxRegion(void); ~wxRegion(void); - inline wxRegion( const wxRegion& r ) + inline wxRegion( const wxRegion& r ): wxGDIObject() { Ref(r); } 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 );