Crate iced_searchable_picklist

Crate iced_searchable_picklist 

Source
Expand description

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§

StyleSheet
A set of rules that dictate the style of a container.

Functions§

draw
Draws a PickList.
layout
Computes the layout of a PickList.
mouse_interaction
Returns the current mouse::Interaction of a PickList.
overlay
Returns the current overlay of a PickList.
update
Processes an Event and updates the State of a PickList accordingly.