Catching the Expose Event
June 01, 1998 | Fredrik Lundh
from Tkinter import * def update(event): print "expose", event.widget frame = Frame(width=500, height=500) frame.bind("<Expose>", update) frame.pack() mainloop()
June 01, 1998 | Fredrik Lundh
from Tkinter import * def update(event): print "expose", event.widget frame = Frame(width=500, height=500) frame.bind("<Expose>", update) frame.pack() mainloop()
rendered by a django application. hosted by webfaction.