diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2004-02-28 15:19:33 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2004-02-28 15:19:33 (GMT) |
commit | 3e0877ef8837121fe421ae5ca09d5a794da04a11 (patch) | |
tree | d18b2f00b95a17918075b97960f8b71e3898e107 /Doc | |
parent | bc72c5ae8b5cfa261c6d150386fc56cff3f8955f (diff) | |
download | cpython-3e0877ef8837121fe421ae5ca09d5a794da04a11.zip cpython-3e0877ef8837121fe421ae5ca09d5a794da04a11.tar.gz cpython-3e0877ef8837121fe421ae5ca09d5a794da04a11.tar.bz2 |
Add version changed/added to doc
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/tkinter.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index 55f822f..d0400c6 100644 --- a/Doc/lib/tkinter.tex +++ b/Doc/lib/tkinter.tex @@ -99,6 +99,7 @@ The \class{Tk} class is instantiated without arguments. This creates a toplevel widget of Tk which usually is the main window of an appliation. Each instance has its own associated Tcl interpreter. % FIXME: The following keyword arguments are currently recognized: +\versionchanged[The \var{useTk} parameter was added]{2.4} \end{classdesc} \begin{funcdesc}{Tcl}{screenName=None, baseName=None, className='Tk', useTk=0} @@ -110,6 +111,7 @@ toplevel windows, or where one cannot (i.e. Unix/Linux systems without an X server). An object created by the \function{Tcl} object can have a Toplevel window created (and the Tk subsystem initialized) by calling its \method{loadtk} method. +\versionadded{2.4} \end{funcdesc} Other modules that provide Tk support include: |