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