Windows#
The application window classes. App is the root — one per process, paired
with the style engine — and Toplevel is every window after it. Both wrap
their tkinter counterparts and fold the theme, icon, size, position, and window
constraints into one constructor. The Windows guide teaches them by building; these pages are
the lookup.
App
The application root window (also exported as Window).
Toplevel
A secondary window — dialogs, pickers, tool windows.