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>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to