Creating Tree View with Tkinter
Jeff Senn
senn at maya.com
Thu Mar 30 13:11:08 EST 2000
More information about the Python-list mailing list
Thu Mar 30 13:11:08 EST 2000
- Previous message (by thread): Platf. indep. console lib.
- Next message (by thread): Creating Tree View with Tkinter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"danzap_python" <danzap_python at bol.com.br> writes: > I´d like to know if there is anyway to create a TreeView > (just like de Windows TreeView control) in Python with > Tkinter. > > I´ve looked up the documentation and have found nothing > about a tree view widget. Daniel- If you grab the latest 'idle' dist from www.python.org/idle/ you will find a TreeWidget.py which uses a Tk Canvas widget and some images to quite nicely simulate the windows control. Not complete or optimized, but simple to understand and use. -- -Jas
- Previous message (by thread): Platf. indep. console lib.
- Next message (by thread): Creating Tree View with Tkinter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list