MenuBar

Type Alias MenuBar 

Source
pub type MenuBar = Menu<MenuBarKind>;
Available on crate feature ui only.
Expand description

A top-level menu.

Can be added to a window with crate::ui::window::Window::set_menu.

Aliased Typeยง

pub struct MenuBar { /* private fields */ }