]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/region.h
added wxEncodingToCodepage() and implemented it properly (using in32 API instead...
[wxWidgets.git] / include / wx / gtk / region.h
index 5e1a904955bb09791cd16bca129370892b06b287..3409ce33391d8878a734c01210f989b0e7ce4c72 100644 (file)
@@ -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); }