summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-16 18:26:22 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-16 18:26:22 (GMT)
commitdac9a4e3dba6d5bde9e34d80a8c3bdf86d346a0b (patch)
tree7feaccd026cde19d47fdc8c5003c190e9ac446d2 /Doc/lib
parent31bfbc6bff68f4305d80233468e42e65b12ca852 (diff)
downloadcpython-dac9a4e3dba6d5bde9e34d80a8c3bdf86d346a0b.zip
cpython-dac9a4e3dba6d5bde9e34d80a8c3bdf86d346a0b.tar.gz
cpython-dac9a4e3dba6d5bde9e34d80a8c3bdf86d346a0b.tar.bz2
Added link to Fredrik Lundh's online Tkinter reference material.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libundoc.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index 657589b..cfa8445 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -15,7 +15,10 @@ effort spent.
\begin{description}
\item[Tkinter.py]
--- Interface to Tcl/Tk for graphical user interfaces;
-Fredrik Lundh is working on this one!
+Fredrik Lundh is working on this one! See \emph{An Introduction to
+Tkinter} at
+\url{http://www.pythonware.com/library/tkinter/introduction} for
+on-line reference material.
\item[Tkdnd.py]
--- Drag-and-drop support for \module{Tkinter}.