wxRemotelyScrolledTreeCtrl now draws its own lines

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-12-03 21:37:22 +00:00
parent 2bc6041712
commit 14b3f932dd
2 changed files with 0 additions and 41 deletions

View File

@@ -1065,9 +1065,6 @@ class wxTreeCtrlPtr(wxControlPtr):
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,)