Crate rat_menu

Source
Expand description

stable crates.io Documentation License License

This crate is a part of rat-salsa.

For examples see rat-widget GitHub (menu_status1.rs, menubar1.rs, popup_menu.rs)

Modules§

event
Event-handler traits and Keybindings.
menubar
A menubar with sub-menus.
menuitem
MenuItem for both MenuLine and PopupMenu.
menuline
A main menu widget.
popup_menu
A popup-menu.

Structs§

MenuBuilder
Builder to fill a menu with items.
MenuStyle
Combined styles.
StaticMenu
Static menu structure.

Traits§

MenuStructure
Trait for the structural data of the MenuBar.