Re: invoking
- From: Uwe Klein <uwe_klein_habertwedt@xxxxxxxxxxx>
- Date: Fri, 30 May 2008 14:52:26 +0200
Ralf Fassel wrote:
* Ralf Fassel <ralfixx@xxxxxx>
| Subject: Re: invoking
Make that "invoking a proc by space key, but not everywhere".
Or something like that.
R'
have a proc with trinary arg {start,stop,toggle}
Bind <Space> in both .start and .stop to action toggle
and as
button .start -command {action start}
bind .start <Space> {action toggle}
resp
button .stop -command {action stop}
bind .stop <Space> {action toggle}
uwe
.
- References:
- invoking
- From: Ralf Fassel
- Re: invoking
- From: Ralf Fassel
- invoking
- Prev by Date: Re: merging variables and arrays ... conflicting with cloverfield?
- Next by Date: Re: merging variables and arrays ... conflicting with cloverfield?
- Previous by thread: Re: invoking
- Next by thread: Re: invoking
- Index(es):