]> granicus.if.org Git - python/commit
Added the ttk module. See issue #2983: Ttk support for Tkinter.
authorGuilherme Polo <ggpolo@gmail.com>
Wed, 28 Jan 2009 13:09:03 +0000 (13:09 +0000)
committerGuilherme Polo <ggpolo@gmail.com>
Wed, 28 Jan 2009 13:09:03 +0000 (13:09 +0000)
commitcda93aafde744df8006950c13e9893f29a747c31
tree60e69e4b467f4c3e92cee15cba3a62916c362c8c
parentfd0107fdf9e3ef5bfc77010fa3d8f44e1f28441f
Added the ttk module. See issue #2983: Ttk support for Tkinter.
14 files changed:
Doc/library/tk.rst
Doc/library/ttk.rst [new file with mode: 0644]
Lib/lib-tk/test/README [new file with mode: 0644]
Lib/lib-tk/test/runtktests.py [new file with mode: 0644]
Lib/lib-tk/test/test_ttk/__init__.py [new file with mode: 0644]
Lib/lib-tk/test/test_ttk/support.py [new file with mode: 0644]
Lib/lib-tk/test/test_ttk/test_extensions.py [new file with mode: 0644]
Lib/lib-tk/test/test_ttk/test_functions.py [new file with mode: 0644]
Lib/lib-tk/test/test_ttk/test_style.py [new file with mode: 0644]
Lib/lib-tk/test/test_ttk/test_widgets.py [new file with mode: 0644]
Lib/lib-tk/ttk.py [new file with mode: 0644]
Lib/test/test_tk_guionly.py [new file with mode: 0644]
Lib/test/test_tk_textonly.py [new file with mode: 0644]
Misc/NEWS