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 to make sure
I didn't break anything:
examples/pylab_examples/image_slices_viewer.py
Thanks,
- Paul
Works fine for me here...
JDH
···
On Thu, Jul 24, 2008 at 5:45 PM, Paul Kienzle <pkienzle@...537...> 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 someone with gtk please run the following to make sure
I didn't break anything:
examples/pylab_examples/image_slices_viewer.py