]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/_gdi.py
compilation fix for !wxUSE_VALIDATORS
[wxWidgets.git] / wxPython / src / gtk / _gdi.py
index bdfa5c6675984f76f2134b9e55c9f9e8f5bc00ac..797eaa1ffe38b67efbdea7999b8b68af75b68b3c 100644 (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