Creating Table using Tkinter

Zentrader zentraders at gmail.com
Thu Sep 27 20:51:58 EDT 2007


Two existing solutions are TableList + TableListWrapper (Google for
it), and MultiListBox
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52266  In both
cases you send the program the titles and data and the program takes
care of all of the details.  BTW, you can attach a scrollbar to any Tk
app, so that shouldn't be a concern.  See here for some scrollbar
examples.
http://infohost.nmt.edu/tcc/help/pubs/tkinter/




More information about the Python-list mailing list