Skip to content

Commit

Permalink
https://github.com/python/cpython/pull/7287#discussion_r192545996
Browse files Browse the repository at this point in the history
  • Loading branch information
native-api committed Jun 3, 2018
1 parent 61c23d2 commit 7281922
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Doc/library/tkinter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ Tk
Tcl commands (implemented in C) 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
that unlike some GUI libraries, each interpreter uses only a single thread,
which has implications for :mod:`tkinter` users (see `Threading model`_).
Tk uses Tcl's event queue to generate and process GUI events.

Ttk
Themed Tk (Ttk) is a newer family of Tk widgets that provide a much better
Expand Down

0 comments on commit 7281922

Please sign in to comment.