Module dropdown

Source
Expand description

Displays a list of options in a popover menu on select.

Re-exports§

pub use menu::Menu;

Modules§

menu
multi

Structs§

Dropdown
A widget for selecting a single value from a list of selections.
State
The local state of a Dropdown.

Functions§

draw
Draws a Dropdown.
dropdown
Displays a list of options in a popover menu on select.
layout
Computes the layout of a Dropdown.
mouse_interaction
Returns the current mouse::Interaction of a Dropdown.
overlay
Returns the current overlay of a Dropdown.
popup_dropdown
Displays a list of options in a popover menu on select. AppMessage must be the App’s toplevel message.
update
Processes an Event and updates the State of a Dropdown accordingly.

Type Aliases§

DropdownView