Ticket #10762 (new enhancement)

Opened 11 months ago

Last modified 10 months ago

Double slider

Reported by: amoharana Owned by:
Priority: normal Milestone: future
Component: wxPython Version: 2.9-svn
Keywords: double slider wx.slider Cc:
Blocked By: Patch: no
Blocking:

Description

A good enhancement would be the addition of double slider widget.  Double slider acts as a composite of 2 sliders where the maximum of the min slider is automatically updated to the value of max slider and the minimum of the max slider is updated to the value of the max slider.  It can be used to get values as ranges with min and max values.

A workaround of this is using 2 sliders and updating it- but a widget would add to its use especially in my field of mining engineering where most of the calculations are done within particular ranges.


Change History

Changed 10 months ago by csomor

  • version changed from 2.9.0 to 2.9-svn
Note: See TracTickets for help on using tickets.