Skip to main content

Module slider

Module slider 

Source
Expand description

A toggle button widget. An example can be found in widget-gallery/button in the floem examples.

Structs§

AccentBarClass
BarClass
EdgeAlign
HandleRadius
Slider
A reactive slider.
SliderChanged
Event fired when a slider’s value changes
SliderChangedListener
Listener for SliderChanged events
SliderClass
SliderCustomExprStyle
SliderCustomStyle
SliderHover
Event fired that has what the state would be at the current mouse position when hovering over a slider
SliderHoverListener
Listener for SliderHover events
SliderState
State of a slider at a point in time

Functions§

slider
Creates a new Slider with a function that returns a percentage value. See Slider for more documentation