Back Next
The Button widget supports the standard Tkinter Widget
interface, plus the following methods:
- flash()
-
Redraw the button several times, alternating between active and
normal appearance.
- invoke()
-
Call the command associated with the button.
Back Next