set_min_slider_size
Description:
[ Version ( deprecated = true , deprecated_since = "3.20" , since = "2.20" ) ]
public void set_min_slider_size (int min_size)
Warning: set_min_slider_size is deprecated since 3.20.
Sets the minimum size of the range’s slider.
Note:
Use the min-height/min-width CSS properties on the slider node.
This function is useful mainly for Range subclasses.
Parameters:
this |
a Range
|
min_size |
The slider’s minimum size
|