summaryrefslogtreecommitdiffstats
path: root/Doc/library/tk.rst
diff options
context:
space:
mode:
authorGuilherme Polo <ggpolo@gmail.com>2009-01-28 14:41:10 (GMT)
committerGuilherme Polo <ggpolo@gmail.com>2009-01-28 14:41:10 (GMT)
commit5f2384857468552554bbf9414d1389cf62142ae1 (patch)
tree6e1e8dc45e86daa3a2df741e55f30a37214a0242 /Doc/library/tk.rst
parent9844a1ffc3645a431ea9198e52214615e7752de7 (diff)
downloadcpython-5f2384857468552554bbf9414d1389cf62142ae1.zip
cpython-5f2384857468552554bbf9414d1389cf62142ae1.tar.gz
cpython-5f2384857468552554bbf9414d1389cf62142ae1.tar.bz2
Merged revisions 69050 via svnmerge from
svn+ssh://pythondev/python/trunk ........ r69050 | guilherme.polo | 2009-01-28 11:09:03 -0200 (Wed, 28 Jan 2009) | 2 lines Added the ttk module. See issue #2983: Ttk support for Tkinter. ........
Diffstat (limited to 'Doc/library/tk.rst')
-rw-r--r--Doc/library/tk.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/tk.rst b/Doc/library/tk.rst
index da84791..9cac407 100644
--- a/Doc/library/tk.rst
+++ b/Doc/library/tk.rst
@@ -12,8 +12,8 @@ Graphical User Interfaces with Tk
Tk/Tcl has long been an integral part of Python. It provides a robust and
platform independent windowing toolkit, that is available to Python programmers
-using the :mod:`tkinter` package, and its extension, the :mod:`tkinter.tix`
-module.
+using the :mod:`tkinter` package, and its extension, the :mod:`tkinter.tix` and
+the :mod:`tkinter.ttk` modules.
The :mod:`tkinter` package is a thin object-oriented layer on top of Tcl/Tk. To
use :mod:`tkinter`, you don't need to write Tcl code, but you will need to
@@ -33,6 +33,7 @@ alternatives, see the :ref:`other-gui-packages` section.
.. toctree::
tkinter.rst
+ tkinter.ttk.rst
tkinter.tix.rst
tkinter.scrolledtext.rst
turtle.rst