Is there a showcase (demo) application with all the features and widgets of Tkinter and Tix?
For example, downloading wxPython includes the application "wxPython Demo", which not only demonstrates widgets, but also provides source code and some comments on it that I really like.
But now I have to stick only to Tkinter and Tix, and from them - there is some real good documentation, even with the templates explained, but there is no showcase that I could find, so I basically have to copy-paste a lot of code from the documents into my sample application to understand how it looks in reality.
PS Tix is ββreally needed, not just Tkinter ...
Timur source share