]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/gdi.py
wxMac SWIGged updates
[wxWidgets.git] / wxPython / src / gtk / gdi.py
index e4412749e44b7f2830e7661469241dce78eb4872..89851fe3a492ea3162cb79eff98afb22af34027b 100644 (file)
@@ -330,6 +330,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):