[Tkinter-discuss] buttonpress

Pavel Kosina geon at post.cz
Mon Apr 24 18:24:38 CEST 2006


Hi,

I am not sure, if I do understand perfectly what is written in 
http://effbot.org/tkinterbook/tkinter-events-and-bindings.htm :

When you press down a mouse button over a widget, Tkinter will 
automatically "grab" the mouse pointer, and mouse events will then be 
sent to the current widget as long as the mouse button is held down.

Seems to me that mouse event is sent to to widget only once, not all 
time untill I release the button. The callback function is proceed only 
once with me.

Thank you

-- 
Pavel Kosina



More information about the Tkinter-discuss mailing list