Expand description
Menu widgets. See also rat-menu
Modules§
Structs§
- Menu
Builder - Builder to fill a menu with items.
- Menu
Item - A menu item.
- Menu
Line - Main menu widget.
- Menu
Line State - State & event handling.
- Menu
Style - Combined styles.
- Menubar
- 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 - Menubar line widget. This implements the actual render function.
- Menubar
Popup - Menubar popup widget. Separate renderer for the popup part of the menubar.
- Menubar
State - State & event-handling.
- Popup
Menu - Popup menu.
- Popup
Menu State - State & event handling.
- Static
Menu - Static menu structure.
Enums§
- Popup
Constraint - Placement relative to the widget area + the widget area.
- Separator
- Separator style
Traits§
- Menu
Structure - Trait for the structural data of the MenuBar.