menu_bar

Macro menu_bar 

Source
macro_rules! menu_bar {
    ($($input:tt)+) => { ... };
}
Expand description

Creates a MenuBar with the given children.

Syntax:

menu_bar!(
    (widget),
    (widget, menu),
    expression,
    ...
)