Module iced_native::widget::pick_list[][src]

Display a dropdown list of selectable values.

Structs

PickList

A widget for selecting a single value from a list of options.

State

The local state of a PickList.

Traits

Renderer

The renderer of a PickList.