tkinter event binding to mouse double click
Fredrik Lundh
fredrik at effbot.org
Tue Dec 19 10:46:35 EST 2000
More information about the Python-list mailing list
Tue Dec 19 10:46:35 EST 2000
- Previous message (by thread): tkinter event binding to mouse double click
- Next message (by thread): tkinter event binding to mouse double click
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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>
- Previous message (by thread): tkinter event binding to mouse double click
- Next message (by thread): tkinter event binding to mouse double click
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list