[−][src]Module conrod_core::widget::list
A helper widget, useful for instantiating a sequence of widgets in a vertical list.
Structs
Dynamic | A type that implements |
Fixed | A type that implements |
Item | The data necessary for instantiating a single item within a |
Items | An |
List | A helper widget, useful for instantiating a sequence of widgets in a vertical list. |
Scrollbar | A wrapper around a |
State | Represents the state of the List widget. |
Style | Unique styling for the |
Enums
Down | Items flow from top to bottom. |
ItemInstantiation | The way in which a |
Left | Items flow from right to left. |
Right | Items flow from left to right. |
ScrollbarPosition | If the |
Up | Items flow from bottom to top. |
Traits
Direction | The direction in which the list is laid out. |
ItemSize | The way in which the |