Tkinter, Trouble with Message,Label widget

Hendrik van Rooyen mail at microcorp.co.za
Mon May 4 03:25:16 EDT 2009


 "norseman" <n..n at hughes.net> wrote:

> There has to be some way of using a Message or Label (or some) widget as
> a simple posting board.

There is - look at textvariable - an instance of StringVar that is associated
with
the widget.

If all else fails, you can always use configure to change the text...

hth - Hendrik




More information about the Python-list mailing list