diff options
author | Fred Drake <fdrake@acm.org> | 2001-11-30 19:24:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-11-30 19:24:49 (GMT) |
commit | 0467775715ceaf541f01d9e899207c0a37d0c382 (patch) | |
tree | bf88c7222767be0db1a25a9e9e86d21a9bf8fc9f /Doc | |
parent | 95e33f03ba592368520dde0d81e3cded2ea089c4 (diff) | |
download | cpython-0467775715ceaf541f01d9e899207c0a37d0c382.zip cpython-0467775715ceaf541f01d9e899207c0a37d0c382.tar.gz cpython-0467775715ceaf541f01d9e899207c0a37d0c382.tar.bz2 |
Add description of tkCommonDialog.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/tkinter.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index dba20bc..2ad5e0e 100644 --- a/Doc/lib/tkinter.tex +++ b/Doc/lib/tkinter.tex @@ -111,6 +111,7 @@ Other modules that provide Tk support include: Dialog to let the user choose a color. \item[\module{tkCommonDialog}] +Base class for the dialogs defined in the other modules listed here. \item[\module{tkFileDialog}] Common dialogs to allow the user to specify a file to open or save. |