Python Forum

Full Version: window full screen w/ taskbar at top...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all. I know there are already tons of posts / topics on tkinter full screen. What I am looking for in particular is full screen when the Windows Taskbar / Start menu is at the top of the screen. It will indeed be full screen but the title bar of python app is hidden, resulting in the use of 'Win+↑' key combo to correct the windows position so that title bar is visible. I could place a simple function/button that can be clicked to easily run the same combo. Just curious if there was something I was over looking in tkinter's abilities to achieve this?