]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/gdi.py
SWIGged updates for wxGTK
[wxWidgets.git] / wxPython / src / mac / gdi.py
index 1d3121d918f7fe7dc9dc084a68c972f34ab8ef7b..544e64f2a74779f57ae6c640100f231a3440503c 100644 (file)
@@ -327,6 +327,9 @@ class wxPenPtr(wxGDIObjectPtr):
     def SetDashes(self, *_args, **_kwargs):
         val = apply(gdic.wxPen_SetDashes,(self,) + _args, _kwargs)
         return val
+    def GetDashes(self, *_args, **_kwargs):
+        val = apply(gdic.wxPen_GetDashes,(self,) + _args, _kwargs)
+        return val
     def __repr__(self):
         return "<C wxPen instance at %s>" % (self.this,)
 class wxPen(wxPenPtr):