On 29 Nov, 11:50, whatazor <[EMAIL PROTECTED]> wrote:
> Hi all,
> I migrate some code from tkinter to wxpython. I need the equivalent
> Tkinter method Tkinter.Tk.after
> in wxPython, but I'm not able to find it. It exist or there are other
> trick to emulate it?
>
> thank you
> w

"after" in Tk method allows to all a function every X milliseconds.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to