On Thu, 12 Jan 2006 11:55:46 -0500, "Edward C. Jones"
<[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to