Entry's don't have height;  They only have width.

  You might be interested in a Text.

2011/8/24 守株待兔 <1248283...@qq.com>

> 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?
>
> _______________________________________________
> Tkinter-discuss mailing list
> Tkinter-discuss@python.org
> http://mail.python.org/mailman/listinfo/tkinter-discuss
>
>
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to