Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <4024228E.4090007@nycap.rr.com> Date: Fri, 06 Feb 2004 18:26:06 -0500 From: Mathieu Malaterre User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: tcl /tk on cygwin + mouse wheel event Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Note-from-DJ: This may be spam Hello, I am having some issues with mouse wheel 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 . "" foo #---- python #---- python program starts here def foo(event): print "foo" import Tkinter win = Tkinter.Tk() win.bind("", foo) win.mainloop() #---- Is there something I should know to use catch a mouse wheel event in tk on a cygwin system. I also tried the 'unix' fashion that is say binding the Button-4 and Button-5 but still I get no result at all. Comments/suggestions really welcome. Thanks a bunch, Mathieu Ps: by the way if you think this is more of a tcl/tk problem just let me know. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/