Re: [matplotlib-devel] wx scroll wheel

2008-07-24 Thread Ryan May
Paul Kienzle wrote: > Hi, > > I added support for scroll wheel events in wx. This includes > a new attribute event.step since the wx mouse wheel event > reports larger steps when scrolling faster. I don't see > how to check step in gtk, so I set step to +1 and -1 for up > and down. > > Can som

Re: [matplotlib-devel] wx scroll wheel

2008-07-24 Thread John Hunter
On Thu, Jul 24, 2008 at 5:45 PM, Paul Kienzle <[EMAIL PROTECTED]> wrote: > Hi, > > I added support for scroll wheel events in wx. This includes > a new attribute event.step since the wx mouse wheel event > reports larger steps when scrolling faster. I don't see > how to check step in gtk, so I se

[matplotlib-devel] wx scroll wheel

2008-07-24 Thread Paul Kienzle
Hi, I added support for scroll wheel events in wx. This includes a new attribute event.step since the wx mouse wheel event reports larger steps when scrolling faster. I don't see how to check step in gtk, so I set step to +1 and -1 for up and down. Can someone with gtk please run the following