gpt4 book ai didi

python - 在 tkinter 中,为什么 winfo_height() 总是返回 1?

转载 作者:太空狗 更新时间:2023-10-30 00:22:49 25 4
gpt4 key购买 nike

这是最简单的例子。

#py3
from tkinter import *
tk = Tk()
canvas = Canvas(tk, width= 500 , height = 400)
canvas.winfo_height()
#In [4]: canvas.winfo_height()
#Out[4]: 1

最佳答案

如果使用 pack() 函数不起作用,您可以尝试在使用canvas.pack() 之后添加canvas.update()

关于python - 在 tkinter 中,为什么 winfo_height() 总是返回 1?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28040943/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com