Tkinter: binding 'enter'/'leave' to canvas items.

anthony baxter (anthony.baxter@aaii.oz.au)
Mon, 20 Feb 1995 18:42:10 +1100

Has anyone else found that enter/leave bindings dont work with Canvas
items under Tkinter - for an example, check Demos/tkinter/guido/tst.py -
the coloured box is supposed to change colour when you enter it, but
this doesnt work for me, nor do my own applications that attempt to use
enter/leave work - nothing happens. Binding to, say '<1>' works, but not
enter or leave. For the moment I'm putting a binding on the canvas for
'Motion' and working out where it is myself, but this is gross, and I'd
like to be able to get rid of it.

(Apologies if anyone has tried to contact me lately - our net connection
has been down since last Thursday, and we are now midway through switching
providers. Funfunfun. Any mail you sent will be queued and should start
trickling through soon.)

Thanks,
Anthony