Slider.this

Create the slider using the given range as the set of possible values/steps.

  1. this(R range, size_t index, void delegate() @(safe) changed)
  2. this(R range, void delegate() @(safe) changed)
    class Slider(T)
    this
    (
    R
    )
    (,
    void delegate
    ()
    @safe
    changed = null
    )
    if (
    is(ElementType!R == T)
    )

Meta