Asrarahmed Kadri wrote: > > > Hi Folks, > > I have a Tkinter canvas and a yscrollbar attached to it. It is working > fine but what I want is that when the mouse is in the canvas region, > the scroll button of the mouse should be able to control the upward > and downward movement, How to achieve this? You should be able to bind the events that the mouse wheel generates in the canvas widget to the function that causes the scroll bar to scroll (forget what it's called.) Have you tried this yet? > > Regards, > Asrarahmed Kadri > > > -- > To HIM you shall return. > ------------------------------------------------------------------------ > > _______________________________________________ > Tutor maillist - Tutor@python.org > http://mail.python.org/mailman/listinfo/tutor >
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor