Hello,
In wxPython.Slider documentation I have seen that has wx.SL_SELRANGE style to be able to select a range of values on the Slider. I assumed that then there will be two sliders on the same axis to select the range, but when I tried it, there is still only one, and no other ways that I could think of (holding ctrl, shift, right mouse click etc.) did select a range of values. Anyone has an idea how it works?
Thanks
BTW: this question is also asked here, without an answer