tkinter, overwrite Label-text?

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


On Apr 10, 2:35 pm, skanem... at yahoo.se wrote:
> using python And tkinter.
>
> i have a GUI that outputs a text among other things. after input form
> user i want this text to be *)cleared and/or
> *)overwritten.
>
> what is the best way to achieve that?
> [...]

Which widget do you use?

Some widgets can be connected to variables so that when the variable
changes the widget is automatically update.
Have a look <at http://docs.python.org/lib/node696.html>.

HTH,
Dennis Benzinger



More information about the Python-list mailing list