Bug 834351 - Mouse wheel crashes program
Adonis
adonisv at DELETETHISTEXTearthlink.net
Fri Dec 10 11:35:52 EST 2004
More information about the Python-list mailing list
Fri Dec 10 11:35:52 EST 2004
- Previous message (by thread): socket.makefile & AF_UNIX
- Next message (by thread): Bug 834351 - Mouse wheel crashes program
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Gary Richardson wrote:
> Has this bug been fixed in 2.3.5 or 2.4? Does it exist in XP systems?
>
> #-------------------------
> from Tkinter import *
> def _onMouseWheel(event):
> print event
> root = Tk()
> root.bind('<MouseWheel>',_onMouseWheel)
> root.mainloop()
>
>
>
Works for me... WinXP SP2 Python 2.4 final
Adonis
- Previous message (by thread): socket.makefile & AF_UNIX
- Next message (by thread): Bug 834351 - Mouse wheel crashes program
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list