reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-12-18 23:15:37 +00:00
parent 09d48154cc
commit 89d1e2eeab
12 changed files with 163 additions and 88 deletions

View File

@@ -5252,9 +5252,9 @@ class GraphicsPath(GraphicsObject):
def AddArc(*args):
"""
AddArc(self, Double x, Double y, Double r, Double startAngle, Double endAngle,
bool clockwise)
bool clockwise=True)
AddArc(self, Point2D c, Double r, Double startAngle, Double endAngle,
bool clockwise)
bool clockwise=True)
Adds an arc of a circle centering at (x,y) with radius (r) from
startAngle to endAngle