diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-07-26 14:16:24 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-07-26 14:16:24 (GMT) |
commit | 69f343941fa7ec251fd7cbcbbbd121ecc1b9cc2f (patch) | |
tree | 96ba025fd95af511d6c251a78a647bf822ee8403 /Doc/library/tkinter.rst | |
parent | 0b9e7b9ea909de6377cab20568f9b52e7f0089ce (diff) | |
parent | e708a8a4aa3bda35a6720d0635a7468fb7a63b81 (diff) | |
download | cpython-69f343941fa7ec251fd7cbcbbbd121ecc1b9cc2f.zip cpython-69f343941fa7ec251fd7cbcbbbd121ecc1b9cc2f.tar.gz cpython-69f343941fa7ec251fd7cbcbbbd121ecc1b9cc2f.tar.bz2 |
Issue #15041: update "see also" list in tkinter documentation.
Diffstat (limited to 'Doc/library/tkinter.rst')
-rw-r--r-- | Doc/library/tkinter.rst | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 2e35836..83a5375 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -19,12 +19,27 @@ this should open a window demonstrating a simple Tk interface. The Python Tkinter Topic Guide provides a great deal of information on using Tk from Python and links to other sources of information on Tk. - `An Introduction to Tkinter <http://www.pythonware.com/library/an-introduction-to-tkinter.htm>`_ - Fredrik Lundh's on-line reference material. + `TKDocs <http://www.tkdocs.com/>`_ + Extensive tutorial plus friendlier widget pages for some of the widgets. - `Tkinter reference: a GUI for Python <http://infohost.nmt.edu/tcc/help/pubs/lang.html>`_ + `Tkinter reference: a GUI for Python <http://infohost.nmt.edu/tcc/help/pubs/tkinter/>`_ On-line reference material. + `Tkinter docs from effbot <http://effbot.org/tkinterbook/>`_ + Online reference for tkinter supported by effbot.org. + + `Tcl/Tk manual <http://www.tcl.tk/man/tcl8.5/>`_ + Official manual for the latest tcl/tk version. + + `Programming Python <http://www.amazon.com/Programming-Python-Mark-Lutz/dp/0596158106/>`_ + Book by Mark Lutz, has excellent coverage of Tkinter. + + `Modern Tkinter for Busy Python Developers <http://www.amazon.com/Modern-Tkinter-Python-Developers-ebook/dp/B0071QDNLO/>`_ + Book by Mark Rozerman about building attractive and modern graphical user interfaces with Python and Tkinter. + + `An Introduction to Tkinter <http://www.pythonware.com/library/an-introduction-to-tkinter.htm>`_ + Fredrik Lundh's on-line reference material. + `Python and Tkinter Programming <http://www.amazon.com/exec/obidos/ASIN/1884777813>`_ The book by John Grayson (ISBN 1-884777-81-3). |