]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_graphics.i
Updating with Vadim's API changes.
[wxWidgets.git] / wxPython / src / _graphics.i
index 4a6b116276381817cae3380ee721fa9ef74613c9..02b406185cae7cba54484e3c0c9214fffd2715f8 100644 (file)
@@ -620,7 +620,7 @@ returned by GetNativePath is newly allocated each time).", "");
 
 
     DocDeclStr(
-        wxRect2DDouble , GetBox() const,
+        wxRect2D , GetBox() const,
         "Gets the bounding box enclosing all points (possibly including control points)", "");
 
 
@@ -628,7 +628,7 @@ returned by GetNativePath is newly allocated each time).", "");
     DocStr(Contains,
         "Returns ``True`` if the point is within the path.", "");
     virtual bool Contains( wxDouble x, wxDouble y, int fillStyle = wxODDEVEN_RULE) const;
-    bool Contains( const wxPoint2DDouble& c, int fillStyle = wxODDEVEN_RULE) const;
+    bool Contains( const wxPoint2D& c, int fillStyle = wxODDEVEN_RULE) const;
 
 };