pythonware.com products ::: library ::: search ::: daily Python-URL!

Library

An Introduction to Tkinter

The Entry Widget :::

A Django site.
   

The Entry Widget

Back   Next   

 Chapter 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 Widget

The 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.

Back   Next