]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 3 Jan 2019 03:22:10 +0000 (19:22 -0800)
committerGitHub <noreply@github.com>
Thu, 3 Jan 2019 03:22:10 +0000 (19:22 -0800)
commitb364caa39999658e843151602356e527851d6c68
treeb3b8a234978ae8e3df17a7e18dbccae38d6d87e6
parentd7cb2034bbaa26170cdc66eb54626e3ce1b8678a
bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395)

(cherry picked from commit aff0adabf3ace62073076f4ce875ff568f2d3180)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
13 files changed:
Lib/idlelib/autocomplete_w.py
Lib/idlelib/config_key.py
Lib/idlelib/configdialog.py
Lib/idlelib/debugger.py
Lib/idlelib/grep.py
Lib/idlelib/idle_test/test_searchbase.py
Lib/idlelib/query.py
Lib/idlelib/replace.py
Lib/idlelib/scrolledlist.py
Lib/idlelib/search.py
Lib/idlelib/searchbase.py
Lib/idlelib/tree.py
Misc/NEWS.d/next/IDLE/2018-12-31-17-04-18.bpo-33987.fD92up.rst [new file with mode: 0644]