Function Slider.editable
If true
, the slider can be interacted with. If false
, the value can be changed only by code.
bool editable() nothrow @property @nogc;
void editable
(
bool v
) nothrow @property @nogc;