Fix missing or broken interface items for Phoenix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -116,12 +116,12 @@ public:
|
||||
@return @true if the point is within the path.
|
||||
*/
|
||||
bool Contains(const wxPoint2DDouble& c,
|
||||
int fillStyle = wxODDEVEN_RULE) const;
|
||||
wxPolygonFillMode fillStyle = wxODDEVEN_RULE) const;
|
||||
/**
|
||||
@return @true if the point is within the path.
|
||||
*/
|
||||
virtual bool Contains(wxDouble x, wxDouble y,
|
||||
int fillStyle = wxODDEVEN_RULE) const;
|
||||
wxPolygonFillMode fillStyle = wxODDEVEN_RULE) const;
|
||||
|
||||
/**
|
||||
Gets the bounding box enclosing all points (possibly including control
|
||||
|
Reference in New Issue
Block a user