pythonware.com products ::: library ::: search ::: daily Python-URL!
   

Methods

Back   Next   

 Methods

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