On Sun, 7 Nov 2010, Alan Gauld wrote:

Most GUI toolkits have a tree widget like the Wiondows Explorer tree view.
The Tkintrer version is included in the Tix module which extends the basic
Tkinter widgets.

I'm pretty sure wxPython will have one too.

I haven't used it, but wxPython's tree widget is wx.TreeCtrl

doc:

http://wxpython.org/docs/api/wx.TreeCtrl-class.html

example:

http://wiki.wxpython.org/AnotherTutorial#wx.TreeCtrl
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to