|
From: Bryan O. <oa...@ba...> - 2006-05-23 02:44:33
|
I noticed that with tile 0.7.2, if I click on a button the focus is set
to that button. Investigating I see it is due to this:
% bind TRadiobutton <1>
%W instate !disabled { tile::clickToFocus %W; %W state pressed }
Is this an intentional deviation from the standard widget behavior? The
normal tk widgets don't get focus when you click on them.
|