1
2@c %start of fragment
3
4@node GtkMenuBar
5@chapter GtkMenuBar
6A subclass widget for which holds widgets
7
8@section Overview
9The @code{<gtk-menu-bar>} is a subclass of @code{<gtk-menu-shell>} which
10contains one to many @code{<gtk-menu-item>}. The result is a standard menu bar
11which can hold many menu items. @code{<gtk-menu-bar>} allows for a shadow type
12to be set for aesthetic purposes. The shadow types are defined in the
13@code{<gtk-menu-bar-set-shadow-type>} function.
14
15@section Usage
16@include defuns-gtkmenubar.xml.texi
17
18@c %end of fragment
19