Creating Tree View with Tkinter

Jeff Senn senn at maya.com
Thu Mar 30 13:11:08 EST 2000


"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





More information about the Python-list mailing list