[−][src]Module conrod_core::widget::list_select
A wrapper around the List
widget providing the ability to select one or more items.
Structs
Events | An iterator-like type for yielding |
ListSelect | A wrapper around the |
Multiple | A selection |
Single | A single item selection |
State | Represents the state of the ListSelect. |
Enums
Event | The kind of events that the |
ListDirection | The direction in which the list flows. |
Selection | Represents some change in item selection for a |
Traits
Direction | A trait that extends the |
Mode | Allows the |
Type Definitions
PendingEvents | Buffer used for storing events that have been produced but are yet to be yielded. |