X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..fb93b610c5991b12bd6404fe1fc08fd60a30615c:/include/wx/gtk/region.h 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); }