Python Forum
[Tkinter] window full screen w/ taskbar at top... - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: [Tkinter] window full screen w/ taskbar at top... (/thread-34495.html)



window full screen w/ taskbar at top... - 3python - Aug-04-2021

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?