On Apr 10, 2:35 pm, [EMAIL PROTECTED] 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to