Question

Is there a showcase (demo) application with all Tkinter and Tix features and widgets?

For example, wxPython download includes a "wxPython Demo" application which not only demonstrates the widgets, but also provides the source code and some comments on it, which I liked a lot.

But now I have to stick to Tkinter and Tix only, and as of those - there is some real good documentation, even with patterns explained, but there is no a showcase I could find, so I basically have to copy-paste lots of code from docs to my sample app to understand what it looks like in real.

P.S. Tix is really wanted, not only Tkinter...

Était-ce utile?

Autres conseils

The Python wiki page on TkInter is a good starting point - listing many resources. The TutorialsPoint site seems to be one of the few that gives a reasonable visual overview of the TkInter widgets. Also there is an overview of the basic tk widgets on the tcl.tk site.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top