macro_rules! menu { ($($x:tt)+) => { ... }; }
Creates a Menu with the given items.
Menu
Syntax:
menu!( (widget), (widget, menu), expression, ... )