From: Fred Drake Date: Fri, 30 Nov 2001 19:24:49 +0000 (+0000) Subject: Add description of tkCommonDialog. X-Git-Tag: v2.2.1c1~633 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0467775715ceaf541f01d9e899207c0a37d0c382;p=python Add description of tkCommonDialog. --- diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index dba20bcc89..2ad5e0ebe3 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.