Re: Tkinter Event Binding Double-click

2006-02-21 Thread James Stroud
Tuvas wrote: > I am trying to execute a function with a tkinter event binding double > click. With 2 mouse clicks done quickly, the function should happen, > otherwise, it should not. However, I am noticing that the time that the > event binding of a double-click is quite long, on th

Tkinter Event Binding Double-click

2006-02-21 Thread Tuvas
I am trying to execute a function with a tkinter event binding double click. With 2 mouse clicks done quickly, the function should happen, otherwise, it should not. However, I am noticing that the time that the event binding of a double-click is quite long, on the order of a second or so. I am