Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e0877e

Browse files
committed
Add version changed/added to doc
1 parent bc72c5a commit 3e0877e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/lib/tkinter.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ \subsection{Tkinter Modules}
9999
This creates a toplevel widget of Tk which usually is the main window
100100
of an appliation. Each instance has its own associated Tcl interpreter.
101101
% FIXME: The following keyword arguments are currently recognized:
102+
\versionchanged[The \var{useTk} parameter was added]{2.4}
102103
\end{classdesc}
103104

104105
\begin{funcdesc}{Tcl}{screenName=None, baseName=None, className='Tk', useTk=0}
@@ -110,6 +111,7 @@ \subsection{Tkinter Modules}
110111
server). An object created by the \function{Tcl} object can have a Toplevel
111112
window created (and the Tk subsystem initialized) by calling its
112113
\method{loadtk} method.
114+
\versionadded{2.4}
113115
\end{funcdesc}
114116

115117
Other modules that provide Tk support include:

0 commit comments

Comments
 (0)