为什么.grid功能在Tkinter中不起作用

时间:2016-11-15 21:46:43

标签: python tkinter

This is the picture

from Tkinter import *

root = Tk()

root.geometry('1000x500')

one = Label(root, text='this is not row 5 or column 6!')
one.grid(row=5, column=5)

root.mainloop()

0 个答案:

没有答案