[Tkinter-discuss] buttonpress

Fredrik Lundh fredrik at pythonware.com
Tue Apr 25 21:09:14 CEST 2006


"geon" <geon at post.cz> wrote:

> yes, the problem is as  I had in mind - you code is about <B1-Motion>
> but my code (and that link
> http://effbot.org/tkinterbook/tkinter-events-and-bindings.htm )  is
> about <Button-1> event....

no, it's not.  it says that "mouse events" are grabbed by the widget for
as long as the button is held down, not that you'll get more click events
without clicking.

I've changed the text to make this more obvious.

</F>





More information about the Tkinter-discuss mailing list