A menubar is a widget that contains a collection of items arranged in a row, with each item associated to a popup menu.
To create a menu, use EZ_CreateWidget
with type
EZ_WIDGET_MENU_BAR
and parent NULL
or use the
next function.
EZ_Widget *EZ_CreateMenuBar(EZ_Widget *parent)