Module menu

Source
Expand description

Menu widgets. See also rat-menu

Modules§

menubar
menuline
popup_menu

Structs§

MenuBuilder
Builder to fill a menu with items.
MenuItem
A menu item.
MenuLine
Main menu widget.
MenuLineState
State & event handling.
MenuStyle
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.
MenubarLine
Menubar line widget. This implements the actual render function.
MenubarPopup
Menubar popup widget. Separate renderer for the popup part of the menubar.
MenubarState
State & event-handling.
PopupMenu
Popup menu.
PopupMenuState
State & event handling.
StaticMenu
Static menu structure.

Enums§

PopupConstraint
Placement relative to the widget area + the widget area.
Separator
Separator style

Traits§

MenuStructure
Trait for the structural data of the MenuBar.