Module range

Module range 

Source
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§

RangeEditor
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 as u32, f32, f64, etc.
RangeEditorBuilder
Range editor builder creates RangeEditor instances and adds them to the user interface.

Enums§

RangeEditorMessage
A set of messages, that can be used to modify/fetch the state of a RangeEditor widget instance.