// -*- c++ -*- // Generated by gtkmmproc from ./../menu.gen_h -- DO NOT MODIFY! #ifndef _GTKMM_MENU_P_H #define _GTKMM_MENU_P_H #include <gtk--/private/menushell_p.h> namespace Gtk { class Menu_Class { public: typedef Menu CppObjectType; typedef GtkMenu BaseObjectType; typedef GtkMenuClass BaseClassType; typedef Gtk::MenuShell_Class CppClassParent; typedef GtkMenuShellClass BaseClassParent; static void class_init_function(BaseClassType *p); static void object_init_function(BaseObjectType *o); GtkType get_type(); // Hook for translating API static Gtk::Object* wrap_new(GtkObject*); // Callbacks here... // Data GtkType type; }; } #endif