Slider with the range selected by two selectors

OK, I had a closer look.
SL_SELRANGE just allows to visualize a range, not to select/modify
it.
e.g. with slider.SetSelection(20,30):
So, you have to go for the solution with two sliders.
Regards,
Dietmar

Slider.py (1.25 KB)

···

On 28.10.2016 20:19,
wrote:

robocellsdev@gmail.com

Thanks for the reply.

      If I want to implement fully this SL_SELRANGE, what does it

take? I feel that it should not be hard to implement in
wxPython. But I need some guidance on how to proceed. Is
pulling a branch off the
way to go?

https://github.com/wxWidgets/wxPython