We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbf276f + 4b9152e commit 37ef774Copy full SHA for 37ef774
Doc/library/tkinter.rst
@@ -52,8 +52,8 @@ Tcl
52
(see `Threading model`_ for details).
53
54
Tk
55
- Tk is a module that can be loaded into a Tcl interpreter instance. It adds
56
- Tcl commands (implemented in C) to create and manipulate GUI widgets. Each
+ Tk is a `Tcl package <http://wiki.tcl.tk/37432>`_ implemented in C
+ 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
0 commit comments