Widget that displays a directory tree?

Franz Steinhaeusler franz.steinhaeusler at gmx.at
Thu Jan 12 12:00:30 EST 2006


On Thu, 12 Jan 2006 11:55:46 -0500, "Edward C. Jones"
<edcjones at comcast.net> wrote:

>Do any of the Python GUIs have a super-high-level widget that displays a 
>directory tree? Most file managers or editors have this type of window.


Look at the wxPython Demo:

There is the GenericDirCtrl and (especially for Windows)
the GenericWinDirCtrl.

Screenshots of both at:

http://wiki.wxpython.org/index.cgi/GenericWinDirCtrl
-- 
Franz Steinhaeusler



More information about the Python-list mailing list