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 4b9152eCopy full SHA for 4b9152e
Doc/library/tkinter.rst
@@ -45,8 +45,8 @@ Tcl
45
for I/O, timers, and by modules.
46
47
Tk
48
- Tk is a module that can be loaded into a Tcl interpreter instance. It adds
49
- 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
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
0 commit comments