tkinter prob

Fredrik Lundh fredrik at pythonware.com
Mon Aug 21 02:20:50 EDT 2006


JyotiC wrote:

> i am making a GUI using Tkinter,
> I have a button and a checkbutton.
> i want the button to be enable when checkbutton is on and disble when
> the checkbutton is off.

use the checkbutton's command option to install a callback that enables 
or disables the button.

</F>




More information about the Python-list mailing list