Tkinter widget that functions like Explorer "Details" mode?

BikeRacer bikeracer2000 at hotmail.com
Thu Dec 4 02:15:57 EST 2003


Douglas Alan <nessus at mit.edu> wrote:

> Does anyone know if there is a widget for Tkinter available somewhere
> that implements something like the Microsoft Explorer View->Details
> mode, or the Apple iTunes track browser, or the Nautilus View as List
> mode?  I.e., rows and colums of text, where the column widths can be
> adjusted by the user, and the user can click on a column header to
> sort the rows by that column?  Thanks.

Perhaps you could build something out of the tkTable widget?
http://sourceforge.net/projects/tktable/ There is a Python wrapper,
but it is incomplete and out of date. Easy to correct though.




More information about the Python-list mailing list