X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/74e34480fbfd892bc6450c3978b825b81c3c870b..ab8884aca6f480f3568167c7fe592a03e7e102b2:/include/wx/gtk1/region.h diff --git a/include/wx/gtk1/region.h b/include/wx/gtk1/region.h index 33af4087c3..b61066a208 100644 --- a/include/wx/gtk1/region.h +++ b/include/wx/gtk1/region.h @@ -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 );