[Tutor] label widgets: double buffering, clearing label text

gmlloyd gmlloyd@onlink.net
Sun Nov 17 14:10:02 2002


Good afternoon.

In "An Introduction to Tkinter",  Fredrik Lundh states (section 30 on
Labels): "Labels are used to display texts and images. The label widget
uses double buffering, so you can update the contents at any time,
without annoying flicker."

http://www.pythonware.com/library/tkinter/introduction/label.htm#AEN5226

Does anyone know how to use label widgets in this way?

How about simply clearing label widget text in order to update the text?

thank you,

Geoff Lloyd