Expand description
Displays a list of options in a popover menu on select.
Re-exports§
pub use menu::Menu;
Modules§
Structs§
- A widget for selecting a single value from a list of selections.
- The local state of a
Dropdown
.
Functions§
- Draws a
Dropdown
. - Displays a list of options in a popover menu on select.
- Computes the layout of a
Dropdown
. - Returns the current
mouse::Interaction
of aDropdown
. - Returns the current overlay of a
Dropdown
.