]> granicus.if.org Git - python/commit
Merged revisions 69050 via svnmerge from
authorGuilherme Polo <ggpolo@gmail.com>
Wed, 28 Jan 2009 14:41:10 +0000 (14:41 +0000)
committerGuilherme Polo <ggpolo@gmail.com>
Wed, 28 Jan 2009 14:41:10 +0000 (14:41 +0000)
commit5f2384857468552554bbf9414d1389cf62142ae1
tree6e1e8dc45e86daa3a2df741e55f30a37214a0242
parent9844a1ffc3645a431ea9198e52214615e7752de7
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.
........
15 files changed:
Doc/library/tk.rst
Doc/library/tkinter.ttk.rst [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]
Lib/tkinter/test/README [new file with mode: 0644]
Lib/tkinter/test/__init__.py [new file with mode: 0644]
Lib/tkinter/test/runtktests.py [new file with mode: 0644]
Lib/tkinter/test/support.py [new file with mode: 0644]
Lib/tkinter/test/test_ttk/__init__.py [new file with mode: 0644]
Lib/tkinter/test/test_ttk/test_extensions.py [new file with mode: 0644]
Lib/tkinter/test/test_ttk/test_functions.py [new file with mode: 0644]
Lib/tkinter/test/test_ttk/test_style.py [new file with mode: 0644]
Lib/tkinter/test/test_ttk/test_widgets.py [new file with mode: 0644]
Lib/tkinter/ttk.py [new file with mode: 0644]
Misc/NEWS