Expand description
Overlay menu widgets.
Structs§
- An overlayable menu of selectable items.
- A handler for a selected
MenuItem<T>
. - An item in a
Menu<T>
. - A builder of a
MenuItem<T>
. - A
Menu
that is preparing to be shown in anOverlayLayer
. - A handle to a
Menu
that was shown.
Traits§
- A type that can be used inside of a
MenuItemBuilder
as a menu item’s contents.