Previously, if you wanted to use an FXSlider as a valuator for floating point values, you had to map the slider's integer -based range and value to some floating point values behind the scenes. The new FXRealSlider widget addresses this problem by offering exactly the same capabilities as FXSlider, but using FXdouble values instead of FXint values for the range and value.