Re: bind with class inhibits -command option



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?
.