]> granicus.if.org Git - python/commit
Issue *24750: Switch all scrollbars in IDLE to ttk versions.
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 10 Jun 2016 22:19:21 +0000 (18:19 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Fri, 10 Jun 2016 22:19:21 +0000 (18:19 -0400)
commit01e35754fb8a7bcaf88a473db1eb30a14378a49e
tree66a35e9f29de268b16e00faa5a648cb12a45b743
parent96881cd6218000380d4a6ce60ff47bb6d785e524
Issue *24750: Switch all scrollbars in IDLE to ttk versions.
Where needed, add minimal tests to cover changes.
17 files changed:
Lib/idlelib/autocomplete_w.py
Lib/idlelib/config_key.py
Lib/idlelib/configdialog.py
Lib/idlelib/debugger.py
Lib/idlelib/editor.py
Lib/idlelib/help.py
Lib/idlelib/idle_test/htest.py
Lib/idlelib/idle_test/test_autocomplete.py
Lib/idlelib/idle_test/test_config_key.py [new file with mode: 0644]
Lib/idlelib/idle_test/test_debugger.py [new file with mode: 0644]
Lib/idlelib/idle_test/test_help.py [new file with mode: 0644]
Lib/idlelib/idle_test/test_scrolledlist.py [new file with mode: 0644]
Lib/idlelib/idle_test/test_textview.py
Lib/idlelib/idle_test/test_tree.py [new file with mode: 0644]
Lib/idlelib/scrolledlist.py
Lib/idlelib/textview.py
Lib/idlelib/tree.py