X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..b1d66b5415f7befb45e050d7097571642b8bfa56:/include/wx/gtk/region.h?ds=sidebyside diff --git a/include/wx/gtk/region.h b/include/wx/gtk/region.h index 5e1a904955..3409ce3339 100644 --- a/include/wx/gtk/region.h +++ b/include/wx/gtk/region.h @@ -52,10 +52,11 @@ enum wxRegionOp class wxRegion : public wxGDIObject { public: + wxRegion(); wxRegion( wxCoord x, wxCoord y, wxCoord w, wxCoord h ); wxRegion( const wxPoint& topLeft, const wxPoint& bottomRight ); wxRegion( const wxRect& rect ); - wxRegion(); + wxRegion(size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE ); virtual ~wxRegion(); wxRegion( const wxRegion& r ) { Ref(r); }