index
gtk-- homepage
Description:
Gtk_MenuBar
#include
<gtk--/menubar.h>
Base classes:
Gtk_MenuShell
Properties:
Name
Type
Get
Set
Description
shadow_type
GtkShadowType
none
set_shadow_type
()
Can be set to
GTK_SHADOW_NONE, GTK_SHADOW_IN, GTK_SHADOW_OUT, GTK_SHADOW_ETCHED_IN, GTK_SHADOW_ETCHED_OUT
Public member index:
Gtk_MenuBar
();
Gtk_MenuBar
(
GtkMenuBar
*
castitem
);
void
append
(
const
Gtk_MenuItem
&
child
);
Add menu items (which would have a
Gtk_Menu
as submenu)
void
prepend
(
const
Gtk_MenuItem
&
child
);
void
insert
(
const
Gtk_MenuItem
&
child
,
gint
position
);
void
set_shadow_type
(
GtkShadowType
type
);
GtkMenuBar
*
gtkobj
();
const
GtkMenuBar
*
gtkobj
()
const
;
static
bool
isGtkMenuBar
(
Gtk_Object
*
checkcast
);
Protected member index:
virtual
void
*
get_parent_class
();
Private member index:
GtkType
get_type
();
Public member details:
Protected member details:
Private member details:
Examples:
(pages generated by
PERCEPS
-script.)