EZ_SLIDER_RANGE
This option sets up the range of a slider widget. It needs two
floating point values, low, high.
EZ_SLIDER_LENGTH
This option sets the length of the button on the slider. The
default value is 32 pixels.
EZ_SLIDER_WIDTH
This option sets the width of the button on the slider. The
default value is 16 pixels.
EZ_SLIDER_BORDER_WIDTH
This option sets the border width of the slider button. The
default is 2 pixels.
EZ_SLIDER_RESOLUTION
This option sets the resolution of a slider. The default
value is finest value computed based on the slider range
and the size of the slider. If set, the slider value will
change in multiples of the set resolution.
EZ_SLIDER_DISPLAY_VALUE
This options turns off/on whether the slider should display
its numerical value. The default is on.
EZ_SLIDER_INIT_VALUE
This options sets the initial value of a slider.
Option value is a floating point number.