index, gtk-- homepage
class Gtk_Menu
#include <gtk--/menu.h>
Base classes: Gtk_MenuShell
Public member index
- static void cpp_class_init(GtkObject*);
- Gtk_Menu();
- Gtk_Menu(GtkMenu *castitem);
- virtual ~Gtk_Menu();
- static bool isGtkMenu(Gtk_Object *checkcast);
- void append(Gtk_MenuItem *child);
- void prepend(Gtk_MenuItem *child);
- void insert(Gtk_MenuItem *child, gint position);
- void popup(Gtk_MenuShell *parent_menu_shell, Gtk_MenuItem *parent_menu_item, GtkMenuPositionFunc func, gpointer data, gint button, guint32 activate_time);
- void append(const Gtk_MenuItem &child);
- void prepend(const Gtk_MenuItem &child);
- void insert(const Gtk_MenuItem &child, gint position);
- void popup(const Gtk_MenuShell &parent_menu_shell, const Gtk_MenuItem &parent_menu_item, GtkMenuPositionFunc func, gpointer data, gint button, guint32 activate_time);
- void popdown();
- Gtk_Widget* get_active();
- void set_active(gint index);
- void set_accelerator_table(const Gtk_AcceleratorTable &table);
- void set_accel_group(Gtk_AccelGroup *accel_group);
- void set_accel_group(const Gtk_AccelGroup &accel_group);
- void attach_to_widget(const Gtk_Widget &widget, GtkMenuDetachFunc detacher);
- Gtk_Widget* get_attach_widget();
- void detach();
- GtkMenu* gtkobj() const;
Private member index
Public member descriptions
Private member descriptions
(pages generated by PERCEPS -script.)