When I read python Manuel, I got confused by the following code: def turnRed(self, event): event.widget["activeforeground"] = "red"
self.button.bind("<Enter>", self.turnRed) I can not understand it. -- http://mail.python.org/mailman/listinfo/python-list