[Tutor] Interactive visualization in python

Terry Carroll carroll at tjc.com
Sun Nov 7 20:17:24 CET 2010


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


More information about the Tutor mailing list