Re: bind with class inhibits -command option
- From: Bryan Oakley <oakley@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 26 May 2008 13:06:07 -0500
david cobac wrote:
Hello,
the following code gives me a strange result as, with 'cible' variable
set to the class Button, it inhibits -ommand option of my .b button.
Whereas the 'cible' variable set to button path .b, the -command option
is active.
(I also notice that prefixing script binding with + (i.e. +[list])
enables the -command option to stay available with both 'Button' and
'.b'.)
Bug or feature ?
Feature.
All tk behavior works through the binding mechanism, and if you replace the default bindings, default behaviors won't work.
What is it you are trying to accomplish?
.
- Follow-Ups:
- References:
- bind with class inhibits -command option
- From: david cobac
- bind with class inhibits -command option
- Prev by Date: ttk::style configure questions
- Next by Date: Re: bind with class inhibits -command option
- Previous by thread: bind with class inhibits -command option
- Next by thread: Re: bind with class inhibits -command option
- Index(es):