]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87577: Document that wm_manage does not accept ttk widgets (GH-152532)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Jun 2026 06:02:42 +0000 (09:02 +0300)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2026 06:02:42 +0000 (09:02 +0300)
commit2670cb062c9ec31cd6df7be645f929a8398601c7
tree1c8a6b3200d7c9fa617f4faf389dcbe7397f6c57
parent7d128e319f3730e776a9161a4b5e9de95c802eaf
gh-87577: Document that wm_manage does not accept ttk widgets (GH-152532)

wm_manage() works only with the classic tkinter Frame, LabelFrame and
Toplevel widgets, not their tkinter.ttk counterparts.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Doc/library/tkinter.rst