Expand description
Displays a list of options in a popover menu on select.
Re-exports§
pub use menu::Menu;
Modules§
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::Interactionof aDropdown. - 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
Eventand updates theStateof aDropdownaccordingly.