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