Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:flash

2183     def flash(self):
2184 """Flash the button.
2188 normal colors. At the end of the flash the button is left
2193 self.tk.call(self._w, 'flash')
2481 def flash(self):
2482 """Flash the button."""
2483 self.tk.call(self._w, 'flash')
2842 def flash(self):
2843 """Flash the button."""
2844 self.tk.call(self._w, 'flash')