Expand description
Range editor is used to display and edit closed ranges like 0..1. See Range docs for more info and usage
examples.
Structs§
- Range
Editor - Range editor is used to display and edit closed ranges like
0..1. The widget is generic over numeric type, so you can display and editor ranges of any type, such asu32,f32,f64, etc. - Range
Editor Builder - Range editor builder creates
RangeEditorinstances and adds them to the user interface.
Enums§
- Range
Editor Message - A set of messages, that can be used to modify/fetch the state of a
RangeEditorwidget instance.