Module conrod::widget::drop_down_list [] [src]

The DropDownList and related items.

Structs

DropDownList

Displays a given Vec<String> as a selectable drop down menu.

State

Represents the state of the DropDownList.

Style

Styling for the DropDownList, necessary for constructing its renderable Element.

Enums

MaxHeight

Representations of the max height of the visible area of the DropDownList.

Type Definitions

Idx

The index of a selected item.

Len

The number of items in a list.