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]
    struct Slider
    @nogc nothrow @property
    bool
    editable
    ()
  2. bool editable [@property setter]

Meta