tkinter, overwrite Label-text?

Dennis.Benzinger@gmx.net dennis.benzinger at gmx.net
Thu Apr 10 10:29:45 EDT 2008


On Apr 10, 3:47 pm, skanem... at yahoo.se wrote:
> [...]
> i use the Label-widget.

Then you should be able to connect a variable to your widget like I
wrote in my previous post.
Just try out the example from the Python documentation. Of course in
your case entrythingy would be the
Label-widget. Take care to assign values to your variable by using the
set function.

Dennis Benzinger



More information about the Python-list mailing list