| Is there a way to completely block the window controls, including the 'X'-close button at the top corner of a window? |
UserPreferences |
| Tkinter Wiki | FrontPage | RecentChanges | TitleIndex | WordIndex | SiteNavigation | HelpContents | moin.sf.net |
Read Example 7-2 in
this chapter from An Introduction to Tkinter.
The Tcl Wiki has
pertinent examples.
It's also possible to remove the {kill,iconify,maximize} buttons or controls with which window managers typically decorate toplevels ... [explain].