Crate rat_menu

Crate rat_menu 

Source
Expand description

semver 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
This widget will render a menubar and one level of menus.
menuitem
MenuItem for both MenuLine and PopupMenu.
menuline
A main menu widget.
popup_menu
Renders 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.