Expand description
Menu widgets.
Modules§
Structs§
- Builder to fill a menu with items.
- A menu item.
- Main menu widget.
- State & event handling.
- Combined styles.
- Menubar widget. This handles the configuration only, to get the widgets for rendering call Menubar::into_widgets and use both results for rendering.
- Menubar line widget. This implements the actual render function.
- Menubar popup widget. Separate renderer for the popup part of the menubar.
- State & event-handling.
- Popup menu.
- State & event handling.
- Static menu structure.
Enums§
- Placement relative to the widget area + the widget area.
- Separator style
Traits§
- Trait for the structural data of the MenuBar.