Python 使 tkinter 窗口全屏
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/17634682/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Make a tkinter window fullscreen
提问by Arctoran
I want to make a program that goes full screen and when I mean full screen I don't mean like maximized I mean like it covers the whole screen so like you can't see the taskbar and all that,
我想制作一个全屏程序,当我的意思是全屏时,我的意思不是最大化我的意思是它覆盖整个屏幕,所以你看不到任务栏之类的,
Any Ideas?, Thanks In Advance!
任何想法?,提前致谢!
回答by Schickmeister
Here's a linkto a tutorial for making a fullscreen window (window the size of the screen, with title bar and start menu suppressed) with Tkinter. It looks like originally the poster wanted to make a slideshow application, and just posted their code for fullscreen.
这是使用 Tkinter 制作全屏窗口(屏幕大小的窗口,标题栏和开始菜单被抑制)教程的链接。看起来最初海报想要制作幻灯片应用程序,并且只是发布了他们的全屏代码。