]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/controls2.py
corrected bug in MacRedraw
[wxWidgets.git] / wxPython / src / gtk / controls2.py
index eb626812d2602b227f8a82efac11f40e9804d198..8a02e2b25cecaf9265ca6ad362d120cc7b1154d5 100644 (file)
@@ -1065,9 +1065,6 @@ class wxTreeCtrlPtr(wxControlPtr):
     def GetBoundingRect(self, *_args, **_kwargs):
         val = apply(controls2c.wxTreeCtrl_GetBoundingRect,(self,) + _args, _kwargs)
         return val
     def GetBoundingRect(self, *_args, **_kwargs):
         val = apply(controls2c.wxTreeCtrl_GetBoundingRect,(self,) + _args, _kwargs)
         return val
-    def OnPaint(self, *_args, **_kwargs):
-        val = apply(controls2c.wxTreeCtrl_OnPaint,(self,) + _args, _kwargs)
-        return val
     def __repr__(self):
         return "<C wxTreeCtrl instance at %s>" % (self.this,)
     
     def __repr__(self):
         return "<C wxTreeCtrl instance at %s>" % (self.this,)