Fix some wiki info for the slider.

This commit is contained in:
Mark de Wever 2008-08-08 19:24:44 +00:00
parent b207fc4c4b
commit 19a95a3b71

View file

@ -947,11 +947,12 @@ tbuilder_slider::tbuilder_slider(const config& cfg) :
* @start_table = config
* best_slider_length (unsigned = 0)
* The best length for the sliding part.
* minimum_value (unsigned = 0) The width of the slider.
* maximum_value (unsigned = 0) The height of the slider.
* minimum_value (int = 0) The minimum value the slider can have.
* maximum_value (int = 0) The maximum value the slider can have.
*
* step_size (unsigned = 0) The height of the slider.
* value (unsigned = 0) The height of the slider.
* step_size (int = 0) The number of items the slider's value
* increases with one step.
* value (int = 0) The value of the slider.
*
* minimum_value_label (t_string = "")
* If the minimum value is choosen there