Slider.editable

If true, the slider can be interacted with. If false, the value can be changed only by code.

  1. bool editable [@property getter]
  2. bool editable [@property setter]
    struct Slider
    @nogc nothrow @property
    void
    editable
    (
    bool v
    )

Meta