Module conrod::widget::list [] [src]

A helper widget, useful for instantiating a sequence of widgets in a vertical list.

Structs

Item

The data necessary for instantiating a single item within a List.

Items

An Iterator yielding each Item in the list.

List

A helper widget, useful for instantiating a sequence of widgets in a vertical list.

Scrollbar

A wrapper around a List's Scrollbar and its widget::Id.

State

Represents the state of the List widget.

Style

Unique styling for the List.

Enums

ItemInstantiation

The way in which a List should instantiate its Items.

ScrollbarPosition

If the List is scrollable, this describes how th Scrollbar should be positioned.