Public member index:
-
-
-
-
-
-
-
-
-
static GtkType get_type();
-
-
GtkMenuShell *gtkobj();
-
-
const GtkMenuShell *gtkobj()const;
-
-
static bool isA(Gtk_Object *checkcast);
-
-
-
-
virtual ~Gtk_MenuShell();
-
-
-
-
void append(Gtk_MenuShell &p0);
-
-
void prepend(Gtk_MenuShell &p0);
-
-
void insert(Gtk_MenuShell &p0,gint position);
-
-
emitable signal void deactivate();
-
-
signal void selection_done();
-
-
signal void move_current(GtkMenuDirectionType);
-
-
signal void activate_current(gboolean);
-
-
signal void cancel();
-
-
MenuList &items();
-
-
const MenuList &items()const;
-
Protected member index:
-
void initialize_class();
-
-
void *get_parent_class();
-
-
static void init_parent_class();
-
-
explicit Gtk_MenuShell(GtkMenuShell *castitem);
-
-
Gtk_MenuShell(void);
-
-
-
-
virtual void deactivate_impl();
-
-
virtual void selection_done_impl();
-
-
virtual void move_current_impl(GtkMenuDirectionType p0);
-
-
virtual void activate_current_impl(gboolean p0);
-
-
virtual void cancel_impl();
-
Private member index:
-
-
-
Gtk_MenuShell(const Gtk_MenuShell &);
-
-
Gtk_MenuShell &operator =(const Gtk_MenuShell &);
-
|