8000
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 7fdbef3Copy full SHA for 7fdbef3
Doc/library/tkinter.rst
@@ -60,9 +60,10 @@ Ttk
60
bindings are provided in a separate module, :mod:`tkinter.ttk`.
61
62
Tix
63
- `Tix`<https://core.tcl.tk/jenglish/gutter/packages/tix.html>_ is an older
64
- third-party Tcl module, adding several new widgets to Tk. Python bindings
65
- are found in :mod:`tkinter.tix`. It has been deprecated in favor of Ttk.
+ `Tix`<https://core.tcl.tk/jenglish/gutter/packages/tix.html>_ is a
+ third-party Tcl package, an add-on for Tk that adds several new widgets.
+ Python bindings are found in the :mod:`tkinter.tix` module.
66
+ It's deprecated in favor of Ttk.
67
68
69
Tkinter Modules
0 commit comments