[vtk-developers] More MouseWheel issues

Mathieu Malaterre mathieu.malaterre at kitware.com
Tue Feb 3 19:16:49 EST 2004


Hi happy hackers,

   I am having some more issues with my mouse wheel patch on a cygwin system. Could any one comment on this ?

None of these scripts work:
wish
#---- tcl program starts here
% proc foo { args } { puts "foo" }
% bind . "<MouseWheel>" foo
#----

python
#---- python program starts here
def foo(event): print "foo"
import Tkinter
win = Tkinter.Tk()
win.bind("<MouseWheel>", foo)
win.mainloop()
#---- 


However if I run the first one through vtk.exe it works...

Is this a python issues, a tk issue, a Tkinter or even a cygwin issue ???

Thanks
Mathieu





More information about the vtk-developers mailing list