| Top |  |  |  |  | 
| EMenuBar * | e_menu_bar_new () | 
| gboolean | e_menu_bar_get_visible () | 
| void | e_menu_bar_set_visible () | 
EMenuBar * e_menu_bar_new (GtkMenuBar *widget,GtkWindow *window,GtkWidget **out_menu_button);
Creates a new EMenuBar showing inner_menu_bar
 on demand. The out_menu_button
is set to a menu button, which should be placed into the window's header bar.
The menu button is shown when the menu bar is hidden.
| inner_menu_bar | GtkMenuBar to handle | |
| window | monitor GtkWindow for <Alt> key event | |
| out_menu_button | an output argument to set the menu button instance to, or  | [out][optional][transfer full] | 
Since: 3.46
gboolean
e_menu_bar_get_visible (EMenuBar *menu_bar);
Determines whether the inner menu bar is visible.
Since: 3.46