Re: WxSlider Mouse Wheel Resolution

2012-07-03 Thread Wanderer
On Monday, July 2, 2012 6:53:36 PM UTC-4, Dennis Lee Bieber wrote: > On Mon, 2 Jul 2012 08:45:49 -0700 (PDT), Wanderer > declaimed the following in > gmane.comp.python.general: > > > Is there a way to set the mouse wheel resolution for the wxPython > > wx.Slider? I would like to use the graphic s

Re: WxSlider Mouse Wheel Resolution

2012-07-02 Thread Rick Johnson
On Jul 2, 3:45 pm, Rick Johnson wrote: > [...] >   MouseWheel -> cb(MEDIUM) >   MouseWheel+ControlKey -> cb(FINE) >   MouseWheel+ShiftKey -> cb(COURSE) Of course some could even argue that three levels of control are not good enough; for which i wholeheartedly agree! A REAL pro would provide a c

Re: WxSlider Mouse Wheel Resolution

2012-07-02 Thread Rick Johnson
On Jul 2, 10:45 am, Wanderer wrote: > Is there a way to set the mouse wheel resolution for the wxPython > wx.Slider? I would like to use the graphic slider for coarse control > and the mouse wheel for fine control. Right now the mouse wheel makes > the slider jump ten counts and I would like it to

WxSlider Mouse Wheel Resolution

2012-07-02 Thread Wanderer
Is there a way to set the mouse wheel resolution for the wxPython wx.Slider? I would like to use the graphic slider for coarse control and the mouse wheel for fine control. Right now the mouse wheel makes the slider jump ten counts and I would like it to be a single count. Thanks -- http://mail.p