pythonware.com | products ::: library ::: search ::: daily Python-URL! |
The Entry WidgetChapter 25. The Entry Widget
The Entry widget is a standard Tkinter widget used to enter or display a single line of text. When to use the Entry WidgetThe entry widget is used to enter text strings. This widget allows the user to enter one line of text, in a single font. To enter multiple lines of text, use the text widget. |