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
Menuthat is preparing to be shown in anOverlayLayer. - A handle to a
Menuthat was shown.
Traits§
- A type that can be used inside of a
MenuItemBuilderas a menu item’s contents.