table widget in Tkinter ?

Rick Lawson r_b_lawson at yahoo.com
Tue May 4 17:39:43 EDT 2004


s_gherman at yahoo.com (Sorin Gherman) wrote in message news:<ac259413.0405040811.4e54137a at posting.google.com>...
> Is there any table/list-control/list-view widget available in Tkinter?
> That is, something with several lines and columns (maybe similar to
> wxlistctrl in wxWindows)?
> 
> Thanks in advance,
> /sorin


Check out http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52266

Also http://tkinter.unpythonic.net/wiki/ContributedWidgets

Regards,
Rick



More information about the Python-list mailing list