![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveActivate/Deactivate checkbutton by program
From: <purzel30@web.de>
Date: Thu Jun 30 2005 - 12:43:51 CEST
Hello!
Can anybody tell me, how it is possible to activate or deactivate a Tk
My example:
set e [checkbutton $f.r1 -justify left -text "Test"]
I'm looking for an option like "-value enabled" or "-state activated".
Thanks, Christian
|