Quoting Alberto Troiano <[EMAIL PROTECTED]>:

> About disabling the button it would be nice to know if that can be done
> , although I made some work around and I managed to restrict the
> Toplevels.

You can disable buttons and menu items with the state option.  Setting
state=DISABLED will grey-out a Button or menu item. (you need to use the
entryconfig method of the menu)

You can reenable the object by setting state=NORMAL.

-- 
John.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to