]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxScrolledWindow.py
Corrections and additions to the wxODBC docs
[wxWidgets.git] / wxPython / demo / wxScrolledWindow.py
index e018d18e10083c0d632dc740cff007847527b4d5..3b6edadb14f486d97b96275ef3044ddbf373128e 100644 (file)
@@ -81,6 +81,9 @@ class MyCanvas(wxScrolledWindow):
         dc.DrawRectangle(50,500,50,50)
         dc.DrawRectangle(100,500,50,50)
 
+        dc.SetPen(pen1)
+        dc.DrawEllipticArc(200, 500, 50, 75, 0, 90)
+
         #from wxPython import dch
         #dch.FillRect(dc, wxRect(50, 400, 50, 50), wxBLACK)