fluid v0.7.0 (2024-10-02T21:53:39Z)
Dub
Repo
Slider.this
fluid
slider
Slider
Create the slider using the given range as the set of possible values/steps.
this
(R range, size_t index, void delegate() @(safe) changed)
this
(R range, void delegate() @(safe) changed)
class
Slider
(T)
this
(
R
)
(
R
range
,
void
delegate
(
)
@
safe
changed
= null
)
if
(
is
(
ElementType
!
R
==
T
)
)
Meta
Source
See Implementation
fluid
slider
Slider
constructors
this
functions
drawImpl
isHovered
length
value
mixins
__anonymous
variables
range
Create the slider using the given range as the set of possible values/steps.