Thanks to visit codestin.com Credit goes to github.com
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 27b761a commit 1eb4510Copy full SHA for 1eb4510
1 file changed
Doc/library/tkinter.rst
@@ -29,6 +29,13 @@ make the experience more pythonic. This documentation will concentrate on these
29
additions and changes, and refer to the official Tcl/Tk documentation for
30
details that are unchanged.
31
32
+.. note::
33
+
34
+ Tcl/Tk 8.5 (2007) introduced a modern set of themed user interface components
35
+ along with a new API to use them. Both old and new APIs are still available.
36
+ Most documentation you will find online still uses the old API and
37
+ can be woefully outdated.
38
39
.. seealso::
40
41
* `TkDocs <http://tkdocs.com/>`_
0 commit comments