Next: , Previous: , Up: Slider Object   [Contents][Index]


17.1.2 Slider Types

The following types of sliders are available:

FL_VERT_SLIDER

A vertical slider.

FL_HOR_SLIDER

A horizontal slider.

FL_VERT_FILL_SLIDER

A vertical slider, filled from the bottom.

FL_HOR_FILL_SLIDER

A horizontal slider, filled from the left.

FL_VERT_NICE_SLIDER

A nice looking vertical slider.

FL_HOR_NICE_SLIDER

A nice looking horizontal slider.

FL_VERT_BROWSER_SLIDER

A different looking vertical slider.

FL_HOR_BROWSER_SLIDER

A different looking horizontal slider.

FL_VERT_PROGRESS_BAR

A vertical progress bar

FL_HOR_PROGRESS_BAR

A horizontal progress bar

Please note that except for FL_VERT_PROGRESS_BAR and FL_HOR_PROGRESS_BAR the label will always drawn on the outside of the slider (even if you attempt to set an inside alignment).

xforms_images/slidertypes