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

Methods

Back   Next   

 Methods

The Radiobutton widget supports the standard Tkinter Widget interface, plus the following methods:

deselect()

Deselect the button.

flash()

Redraw the button several times, alternating between active and normal appearance.

invoke()

Call the command associated with the button.

select()

Select the button.

Back   Next