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.
2 parents 37ef774 + 7281922 commit 7551744Copy full SHA for 7551744
Doc/library/tkinter.rst
@@ -56,9 +56,7 @@ Tk
56
that adds custom commands to create and manipulate GUI widgets. Each
57
:class:`Tk` object embeds its own Tcl interpreter instance with Tk loaded into
58
it. Tk's widgets are very customizable, though at the cost of a dated appearance.
59
- Tk uses Tcl's event queue to generate and process GUI events. Note
60
- that unlike some GUI libraries, each interpreter uses only a single thread,
61
- which has implications for :mod:`tkinter` users (see `Threading model`_).
+ Tk uses Tcl's event queue to generate and process GUI events.
62
63
Ttk
64
Themed Tk (Ttk) is a newer family of Tk widgets that provide a much better
0 commit comments