No, that link does not point to an official resource. It is one of several independent sets of documentation. Unfortunately, the strategy for official documentation seems to be "use the tcl/tk documentation, and here's how to apply that to tkinter". The official, canonical tk.documentation (upon which tkinter is built) is here: http://tcl.tk/man/tcl8.5/TkCmd/contents.htm
Other good resources include: - The official documentation - https://docs.python.org/3/library/tkinter.html - TkDocs - http://www.tkdocs.com/ - this provides broad coverage of tk with examples in multiple languages, including python. - Effbot - http://effbot.org/tkinterbook/ - a relatively complete overview of tkinter, with a few bits of missing information here and there. On Tue, Oct 17, 2017 at 5:27 PM, adil gourinda <rikudou__sen...@outlook.com> wrote: > Hy > Tkinter is the standard GUI for Python but there is no standard > documentation (if possible in PDF form) even the one included in "python > library" is not complete, and after looking outside I found this link " > http:// <http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html> > infohost.nmt.edu > <http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html>/ > <http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html>tcc > <http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html>/help/pubs/ > <http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html>tkinter > <http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html>/web/ > <http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html>index.html > <http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html>" but I am > not sure if it is an official resource and even if it is true their email > is not reacting to any suggestion. > > Thanks for your attention > > _______________________________________________ > Tkinter-discuss mailing list > Tkinter-discuss@python.org > https://mail.python.org/mailman/listinfo/tkinter-discuss > >
_______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org https://mail.python.org/mailman/listinfo/tkinter-discuss