macro_rules! menu_bar { ($($input:tt)+) => { ... }; }
Creates a MenuBar with the given children.
MenuBar
Syntax:
menu_bar!( (widget), (widget, menu), expression, ... )