Crate tui_menu

Source

Structs§

Menu
Widget focus on display/render
MenuItem
MenuItem is the node in menu tree. If children is not empty, then this item is the group item.
MenuState
The state for menu, keep track of runtime info

Enums§

MenuEvent
Events this widget produce Now only emit Selected, may add few in future