Hi all,

Is there actually any difference between

root.after_idle(foo)

and

root.after(0, foo)

?

(I've noticed that if I call after_idle and re-add it at the end of my
callbacks then any calls to "after" have no effect, and that I can
work around this by doing after(0, ...) instead, but wondered if there
were any drawbacks to doing this.)

Regards,
Geoff Bache
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to