]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-59396: Add use_ttk parameter to tkinter ScrolledText (GH-153119)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 10 Jul 2026 17:16:53 +0000 (20:16 +0300)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2026 17:16:53 +0000 (17:16 +0000)
commitfbce45b58711e9d02d270db2cd72a38dcbb345de
treefbbc81f97eb960533f0532c64ac29daf7023b430
parent6d5908368dc7936802d62413344dd4596abc4159
gh-59396: Add use_ttk parameter to tkinter ScrolledText (GH-153119)

ScrolledText gained a keyword-only use_ttk parameter to build the
surrounding frame and the vertical scroll bar from the themed
tkinter.ttk widgets instead of the classic tkinter widgets.  The
classic widgets remain the default.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Doc/library/tkinter.scrolledtext.rst
Doc/whatsnew/3.16.rst
Lib/test/test_tkinter/test_scrolledtext.py
Lib/tkinter/scrolledtext.py
Misc/NEWS.d/next/Library/2026-07-05-11-36-51.gh-issue-59396.Apl7sI.rst [new file with mode: 0644]