简体   繁体   English

右下角的 Tkinter 窗口

[英]Tkinter window in bottom right corner

Is it possible to display a Python Tkinter window in the bottom right hand corner of the screen?是否可以在屏幕右下角显示 Python Tkinter 窗口? If so, how?如果是这样,如何?

Yes, it is possible.是的,有可能。 You use the wm_geometry method of the window to specify the geometry (width, height, x and y location) of the window.您使用窗口的wm_geometry方法来指定窗口的几何形状(宽度、高度、x 和 y 位置)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM