Re: Activate/Deactivate checkbutton by program
- From: Schelte Bron <nospam@xxxxxxxxxx>
- Date: Thu, 30 Jun 2005 13:03:04 +0200
purzel30@xxxxxx wrote:
> Can anybody tell me, how it is possible to activate or deactivate a Tk
> checkbutton by program. I cannot find any switch about that.
>
> My example:
>
> set e [checkbutton $f.r1 -justify left -text "Test"]
> pack $e -padx 5 -pady 3 -anchor sw
>
Perhaps you are looking for:
$e select
and:
$e deselect
Schelte.
--
set Reply-To [string map {nospam schelte} $header(From)]
.
- References:
- Activate/Deactivate checkbutton by program
- From: purzel30
- Activate/Deactivate checkbutton by program
- Prev by Date: Re: Activate/Deactivate checkbutton by program
- Next by Date: Re: I cant run some TCLLib functions
- Previous by thread: Re: Activate/Deactivate checkbutton by program
- Index(es):