There is only ohe subtype:
Currently the only way to get other types of value sliders is to provide a value for type(). See Fl_Slider for these values.
Fl_Value_Slider(int x,int y,int w,int h, const char *l = 0);
Fl_Value_Slider(int type, int x,int y,int w,int h, const char *l);
uchar precision() const ;
void precision(uchar a);
uchar textfont() const;
void textfont(uchar);
uchar textsize() const;
void textsize(uchar);
uchar textcolor() const;
void textcolor(uchar);