From: Fred Drake Date: Fri, 16 Apr 1999 18:26:22 +0000 (+0000) Subject: Added link to Fredrik Lundh's online Tkinter reference material. X-Git-Tag: v1.6a1~1593 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dac9a4e3dba6d5bde9e34d80a8c3bdf86d346a0b;p=thirdparty%2FPython%2Fcpython.git Added link to Fredrik Lundh's online Tkinter reference material. --- diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 657589bf276f..cfa84450a40c 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}.