menu

Macro menu 

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

Creates a Menu with the given items.

Syntax:

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