Re: wxpython TreeCtrl with os.listdir

2007-08-03 Thread kyosohma
On Aug 3, 6:56 am, [EMAIL PROTECTED] wrote: Hello, Does anybody know how can I insert os.listdir items in wx python TreeCtrl and every item assign adequately icon on this example import wx class TestFrame(wx.Frame): def __init__(self): wx.Frame.__init__(self, None,

wxpython TreeCtrl with os.listdir

2007-08-03 Thread vedrandekovic
Hello, Does anybody know how can I insert os.listdir items in wx python TreeCtrl and every item assign adequately icon on this example import wx class TestFrame(wx.Frame): def __init__(self): wx.Frame.__init__(self, None, title=simple tree with icons, size=(400,500)) il =