Tree control with TKinter

M

Marco Terzuoli

Hi,
I would like to implement a tree control inside a Python application. It
should be similar to GTK's TreeStore widget, but I need it for TKinter.
Any ideas?
thanks
Marco
 
E

Eric Brunel

Marco said:
Hi,
I would like to implement a tree control inside a Python application. It
should be similar to GTK's TreeStore widget, but I need it for TKinter.
Any ideas?
thanks
Marco

There is a tree widget in IDLE, which is part of all Python distribution. With
Python 2.1, it's located under Tools/idle in the Python installation directory
and is named TreeWidget.py. AFAIK, there's no documentation for it, but it is
quite easy to use and also includes an example application.

There are many others alternatives around; Google is your friend.

HTH
 
K

klappnase

Eric Brunel said:
There is a tree widget in IDLE, which is part of all Python distribution. With
Python 2.1, it's located under Tools/idle in the Python installation directory
and is named TreeWidget.py. AFAIK, there's no documentation for it, but it is
quite easy to use and also includes an example application.

There are many others alternatives around; Google is your friend.

HTH

Check out Gene Cash´s tree widget, it beats far Idle´s tree and all
the others I have seen:

http://home.cfl.rr.com/genecash/tree.html

Regards

Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top