Module conrod::widget::range_slider[][src]

A widget for specifying start and end values for some linear range.

Structs

Event

The Event type produced by the RangeSlider.

RangeSlider

Linear range selection.

State

Represents the state of the Slider widget.

Style

Graphical styling unique to the RangeSlider widget.

Enums

Drag

The part of the RangeSlider that is in the process of being dragged.

Edge

Either the Start or End Edge of the RangeSlider's bar.