[EMAIL PROTECTED] writes:
> for example,can we do something like this:
>
> curButton.bind("<Button-1>",self.StopServer)
>
> def StopServer(self,event):
> curButton["text"] = "Start Server"Yes. -- http://mail.python.org/mailman/listinfo/python-list
