A widget that holds menu items.
This widget forms the base to create a general menu. First, you need to create a GtkMenuBar and then add GtkMenuItems to it. The result will be a standard menu bar that may be placed appropriately in the application.
GtkMenuBar ();-- Creates a new GtkMenuBar