[Tkinter-discuss] When to use .update() vs. update_idletasks()?

python at bdurham.com python at bdurham.com
Fri Dec 17 18:56:22 CET 2010


> As a rule of thumb I'd say: *never* use update() unless you really need it. If update_idletasks() does the job, it is to be preferred.

Thanks Michael, that's a great tip.

Malcolm


More information about the Tkinter-discuss mailing list