summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2009-01-31 02:50:09 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2009-01-31 02:50:09 (GMT)
commita17cd4a5742d30f34b0fbaca162845ffda868c16 (patch)
tree3baafb4255f22faec1c430a94cc84893172bd17f /Doc
parent1de05e9b2ae00b27b10de274a4903bc1cc365098 (diff)
downloadcpython-a17cd4a5742d30f34b0fbaca162845ffda868c16.zip
cpython-a17cd4a5742d30f34b0fbaca162845ffda868c16.tar.gz
cpython-a17cd4a5742d30f34b0fbaca162845ffda868c16.tar.bz2
Add a section
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/2.7.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index 6c65d0b..77fe3a2 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -197,6 +197,23 @@ changes, or look through the Subversion logs for all the details.
.. ======================================================================
.. whole new modules get described in subsections here
+ttk: Themed Widgets for Tk
+--------------------------
+
+Tcl/Tk 8.5 includes a set of themed widgets that re-implement basic Tk
+widgets but have a more customizable appearance and can therefore more
+closely resemble the native platform's widgets. This widget
+set was originally called Tile, but was renamed to Ttk (for "themed Tk")
+on being added to Tcl/Tck release 8.5.
+
+XXX write a brief discussion and an example here.
+
+The :mod:`ttk` module was written by Guilherme Polo and added in
+:issue:`2983`. An alternate version called ``Tile.py``, written by
+Martin Franklin and maintained by Kevin Walzer, was proposed for
+inclusion in :issue:`2618`, but the authors argued that Guilherme
+Polo's work was more comprehensive.
+
.. ======================================================================