Search code examples
pythonwxpythonfloating-pointslider

WxSlider with floating point values?


I'm searching for a possibility to use wxSlider with floating point values, but cannot find any working examples. Here a subclass is proposed but I don't get if all methods must be re-defined?

very grateful for possible indications.


Solution

  • See the wx.lib.agw.FloatSpin class.