File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,23 @@ changes, or look through the Subversion logs for all the details.
197
197
.. ======================================================================
198
198
.. whole new modules get described in subsections here
199
199
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
+
200
217
.. ======================================================================
201
218
202
219
You can’t perform that action at this time.
0 commit comments