diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-14 04:55:43 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-14 04:55:43 (GMT) |
commit | 95638f5b0ff19cdb9d8a79484df499aa1fbc97f4 (patch) | |
tree | 26a95734a1b5aae703e9fa10bd298c508e2adbe4 | |
parent | 2f6c878a1402ddd83ef913928f8355d491a03d1c (diff) | |
download | cpython-95638f5b0ff19cdb9d8a79484df499aa1fbc97f4.zip cpython-95638f5b0ff19cdb9d8a79484df499aa1fbc97f4.tar.gz cpython-95638f5b0ff19cdb9d8a79484df499aa1fbc97f4.tar.bz2 |
Added entry for Tkdnd.py.
-rw-r--r-- | Doc/lib/libundoc.tex | 3 | ||||
-rw-r--r-- | Doc/libundoc.tex | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 12b41cf..5f97133 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -14,6 +14,9 @@ posting by Fredrik Lundh; I have revised some modules' status.) --- Interface to Tcl/Tk for graphical user interfaces; Fredrik Lundh is working on this one! +\item[Tkdnd.py] +--- Drag-and-drop support for \module{Tkinter}. + \item[CGIHTTPServer.py] --- CGI-savvy HTTP Server diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex index 12b41cf..5f97133 100644 --- a/Doc/libundoc.tex +++ b/Doc/libundoc.tex @@ -14,6 +14,9 @@ posting by Fredrik Lundh; I have revised some modules' status.) --- Interface to Tcl/Tk for graphical user interfaces; Fredrik Lundh is working on this one! +\item[Tkdnd.py] +--- Drag-and-drop support for \module{Tkinter}. + \item[CGIHTTPServer.py] --- CGI-savvy HTTP Server |