Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc72c5a commit 3e0877eCopy full SHA for 3e0877e
1 file changed
Doc/lib/tkinter.tex
@@ -99,6 +99,7 @@ \subsection{Tkinter Modules}
99
This creates a toplevel widget of Tk which usually is the main window
100
of an appliation. Each instance has its own associated Tcl interpreter.
101
% FIXME: The following keyword arguments are currently recognized:
102
+\versionchanged[The \var{useTk} parameter was added]{2.4}
103
\end{classdesc}
104
105
\begin{funcdesc}{Tcl}{screenName=None, baseName=None, className='Tk', useTk=0}
@@ -110,6 +111,7 @@ \subsection{Tkinter Modules}
110
111
server). An object created by the \function{Tcl} object can have a Toplevel
112
window created (and the Tk subsystem initialized) by calling its
113
\method{loadtk} method.
114
+\versionadded{2.4}
115
\end{funcdesc}
116
117
Other modules that provide Tk support include:
0 commit comments