Skip to content

Commit dbde497

Browse files
author
andrew.kuchling
committed
Add a section
git-svn-id: http://svn.python.org/projects/python/trunk@69130 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 419228e commit dbde497

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Doc/whatsnew/2.7.rst

+17
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,23 @@ changes, or look through the Subversion logs for all the details.
197197
.. ======================================================================
198198
.. whole new modules get described in subsections here
199199
200+
ttk: Themed Widgets for Tk
201+
--------------------------
202+
203+
Tcl/Tk 8.5 includes a set of themed widgets that re-implement basic Tk
204+
widgets but have a more customizable appearance and can therefore more
205+
closely resemble the native platform's widgets. This widget
206+
set was originally called Tile, but was renamed to Ttk (for "themed Tk")
207+
on being added to Tcl/Tck release 8.5.
208+
209+
XXX write a brief discussion and an example here.
210+
211+
The :mod:`ttk` module was written by Guilherme Polo and added in
212+
:issue:`2983`. An alternate version called ``Tile.py``, written by
213+
Martin Franklin and maintained by Kevin Walzer, was proposed for
214+
inclusion in :issue:`2618`, but the authors argued that Guilherme
215+
Polo's work was more comprehensive.
216+
200217
.. ======================================================================
201218
202219

0 commit comments

Comments
 (0)