Is anybody aware of a tree GUI widget for tkinter or Pmw?

Gary Herron gherron at aw.sgi.com
Thu Jul 22 12:06:38 EDT 1999


"D. Lopez-De-Ipina" wrote:
> 
> Hi,
> 
> Could anybody please tell me if there exits any TREE control widget for
> tkinter or Pmw? I know that Pmw provides a rather rich set of
> 'megawidgets' but the tree control has not been implemented yet as far
> as I know.
> 
> Thanks a lot,
> 
> Diego

Tkinter does not have such a widget.  Pmw has a start on one in its Demo
directory (.../Pmw/Pmw_0_8/contrib/PmwTreeBrowse.py), but it fails even
to run, much less do something useful.

On the other hand, wxPython (=Python+wxWindows) has a nice tree widget,
and of course there is always Pythonwin which exposes tree MFC CTreeCtrl
widget.

-- 
Dr. Gary Herron <gherron at aw.sgi.com>
206-287-5616
Alias | Wavefront
1218 3rd Ave, Suite 800, Seattle WA 98101




More information about the Python-list mailing list