tkinter event binding to mouse double click

Fredrik Lundh fredrik at effbot.org
Tue Dec 19 10:46:35 EST 2000


"June Kim"
> In the code following, the binding doesn't seem to work; it can't detect
> mouse double-clicking at all.

assuming you're really double-clicking in the frame widget,
there's nothing wrong with your code.

maybe you're not clicking fast enough?

> (Maybe a platform-specific problem, I reckon)

works on win95, win98, win NT 4, and win 2K.  maybe you
have some other kind of win32?

</F>





More information about the Python-list mailing list