Public member index:
-
-
-
-
-
-
-
-
-
static GtkType get_type();
-
-
GtkMenuBar *gtkobj();
-
-
const GtkMenuBar *gtkobj()const;
-
-
static bool isA(Gtk_Object *checkcast);
-
-
-
-
virtual ~Gtk_MenuBar();
-
-
Gtk_MenuBar();
-
-
void append(Gtk_Widget &child);
- Add menu items (which would have a Gtk_Menu as submenu)
-
void prepend(Gtk_Widget &child);
-
-
void insert(Gtk_Widget &child,gint position);
-
-
void set_shadow_type(GtkShadowType type);
-
Protected member index:
-
void initialize_class();
-
-
void *get_parent_class();
-
-
static void init_parent_class();
-
-
explicit Gtk_MenuBar(GtkMenuBar *castitem);
-
Private member index:
-
-
-
Gtk_MenuBar(const Gtk_MenuBar &);
-
-
Gtk_MenuBar &operator =(const Gtk_MenuBar &);
-
|