Re: Code without effect (wx demo TreeCtrl.py ImageList)

2004-12-20 Thread Paul McGuire
"Martin Drautzburg" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > In the wx demoy TreeCtrl.py I find the following code, that should > have no effect but seems to be needed nevertheless. > > class TestTreeCtrlPanel(wx.Panel): > def __init__(self, parent, log): > [...} >

Re: Code without effect (wx demo TreeCtrl.py ImageList)

2004-12-20 Thread Steve Holden
Martin Drautzburg wrote: In the wx demoy TreeCtrl.py I find the following code, that should have no effect but seems to be needed nevertheless. class TestTreeCtrlPanel(wx.Panel): def __init__(self, parent, log): [...} self.tree = MyTreeCtrl(self, tID, wx.DefaultPosition, ...

Code without effect (wx demo TreeCtrl.py ImageList)

2004-12-20 Thread Martin Drautzburg
In the wx demoy TreeCtrl.py I find the following code, that should have no effect but seems to be needed nevertheless. class TestTreeCtrlPanel(wx.Panel): def __init__(self, parent, log): [...} self.tree = MyTreeCtrl(self, tID, wx.DefaultPosition, ... isz = (16,16)