wm_manage() works only with the classic tkinter Frame, LabelFrame and
Toplevel widgets, not their tkinter.ttk counterparts.
(cherry picked from commit
2670cb062c9ec31cd6df7be645f929a8398601c7)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Make *widget* a stand-alone top-level window, decorated by the window
manager with a title bar and so on.
Only :class:`Frame`, :class:`LabelFrame` and :class:`Toplevel` widgets
- may be used; passing any other widget type raises an error.
+ may be used (the :mod:`tkinter.ttk` versions are **not** accepted);
+ passing any other widget type raises an error.
:meth:`wm_manage` is an alias of :meth:`!manage`.
.. versionadded:: 3.3