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.
2 parents 7551744 + 71a934d commit eb6623dCopy full SHA for eb6623d
Doc/library/tkinter.rst
@@ -66,8 +66,9 @@ Ttk
66
67
Tix
68
`Tix`<https://core.tcl.tk/jenglish/gutter/packages/tix.html>_ is an older
69
- third-party Tcl module, adding several new widgets to Tk. Python bindings
70
- are found in :mod:`tkinter.tix`. It has been deprecated in favor of Ttk.
+ third-party Tcl package, an add-on for Tk that adds several new widgets.
+ Python bindings are found in the :mod:`tkinter.tix` module.
71
+ It's deprecated in favor of Ttk.
72
73
74
Tkinter Modules
0 commit comments