set_slider_size_fixed
Description:
[
Version ( since =
"2.20" ) ]
public void set_slider_size_fixed (
bool size_fixed)
Sets whether the range’s slider has a fixed size, or a size that depends on its adjustment’s page size.
This function is useful mainly for Range subclasses.
Parameters:
this |
a Range
|
size_fixed |
true to make the slider size constant
|