Public member index:
-
-
-
-
-
-
-
-
-
static GtkType get_type();
-
-
GtkMenuItem *gtkobj();
-
-
const GtkMenuItem *gtkobj()const;
-
-
static bool isA(Gtk_Object *checkcast);
-
-
-
-
virtual ~Gtk_MenuItem();
-
-
Gtk_MenuItem();
-
-
Gtk_MenuItem(const string &label);
-
-
void set_submenu(const Gtk_Menu &submenu);
-
-
void remove_submenu();
- Remove the item's attached submenu
-
void set_placement(GtkSubmenuPlacement placement);
-
-
void configure(gint show_toggle_indicator,gint show_submenu_indicator);
-
-
void right_justify();
-
-
emitable signal void activate();
-
-
signal void activate_item();
-
Protected member index:
-
void initialize_class();
-
-
void *get_parent_class();
-
-
static void init_parent_class();
-
-
explicit Gtk_MenuItem(GtkMenuItem *castitem);
-
-
virtual void activate_impl();
-
-
virtual void activate_item_impl();
-
Private member index:
-
-
-
Gtk_MenuItem(const Gtk_MenuItem &);
-
-
Gtk_MenuItem &operator =(const Gtk_MenuItem &);
-
|