Animation with Tk

Kevin Cazabon kevin_cazabon at hotmail.nospamplease!.com
Sat Apr 21 14:47:15 EDT 2001


"PoD" <pod at internode.on.net> wrote in message
news:3AE1915D.E9207C3 at internode.on.net...
| Nick Perkins wrote:

|   def after_callback(self):
|     do_animation_stuff()
+    # make sure to do an update
+    self.root.update_idletasks()
|     self.root.after(100,self.after_callback)





More information about the Python-list mailing list