Added link to Fredrik Lundh's online Tkinter reference material.

This commit is contained in:
Fred Drake 1999-04-16 18:26:22 +00:00
parent 31bfbc6bff
commit dac9a4e3db
1 changed files with 4 additions and 1 deletions

View File

@ -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}.