Lots of great Tkinter widges abound on the web and even in the Python source code under demos. Here are my newest favs and some others I've posted previously:
- scrolled canvas: uses canvas windows with frames and a scrollbar. credit: python source code demo "canvas-with-scrollbars.py"
- treeview table: uses a ttk.Treeview to make a table - and they said it couldn't be done. credit: daniweb
- rascally resize tk scrollbars
- ttk Notebook demo for Py2
Please feel free to copy these and use them for good. They are covered by
this license.

No comments:
Post a Comment