Entry's don't have height; They only have width. You might be interested in a Text.
2011/8/24 守株待兔 <[email protected]> > 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 > [email protected] > http://mail.python.org/mailman/listinfo/tkinter-discuss > >
_______________________________________________ Tkinter-discuss mailing list [email protected] http://mail.python.org/mailman/listinfo/tkinter-discuss
