Skip to content

Commit

Permalink
https://github.com/python/cpython/pull/7287#discussion_r192545899
Browse files Browse the repository at this point in the history
  • Loading branch information
native-api committed Jun 3, 2018
1 parent 61c23d2 commit 4b9152e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/tkinter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Tcl
for I/O, timers, and by modules.

Tk
Tk is a module that can be loaded into a Tcl interpreter instance. It adds
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
:class:`Tk` object embeds its own Tcl interpreter instance with Tk loaded into
it. Tk's widgets are very customizable, though at the cost of a dated appearance.
Tk uses Tcl's event queue to generate and process GUI events. Note
Expand Down

0 comments on commit 4b9152e

Please sign in to comment.