GtkMenuBar

GtkMenuBar — displays GtkMenuItems at the top of a window.

Synopsis

class GtkMenuBar GtkMenuShell
{
    shadow;        // GtkShadowType : Read / Write 
}
     

Parent Classes

GtkObject<-- GtkWidget<-- GtkContainer<-- GtkMenuShell<--GtkMenuBar

Methods

append (child)
insert (child, position)
prepend (child)
set_shadow_type (type)

Related Functions

gtk_menu_bar_get_type () -- replaces GTK_TYPE_MENU_BAR
gtk_menu_bar_new ()