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,
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