[Tkinter-discuss] can't set height in entry?

守株待兔 1248283536 at qq.com
Wed Aug 24 15:57:26 CEST 2011


when i run:
from Tkinter import *
root = Tk()
Entry(root,text = 'input your text here',width = 100,height=20).pack()
root.mainloop()

tkinter.TclError: unknown option "-height"

can i have a higher entry?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20110824/096d62a0/attachment.html>


More information about the Tkinter-discuss mailing list