开发者

Is there any way to get a widgets position relative to the entire screen in Tkinter?

开发者 https://www.devze.com 2023-03-04 00:01 出处:网络
I would like to know where开发者_如何学C exactly a widget is on the screen. You want to use the winfo_rootx and winfo_rooty methods of a widget.

I would like to know where开发者_如何学C exactly a widget is on the screen.


You want to use the winfo_rootx and winfo_rooty methods of a widget.

0

精彩评论

暂无评论...
验证码 换一张
取 消