// -*- c++ -*- // Generated by gtkmmproc from ./../menushell.gen_h -- DO NOT MODIFY! #ifndef _GTKMM_MENUSHELL_P_H #define _GTKMM_MENUSHELL_P_H #include #include #include #include #include #include #include namespace Gtk { class MenuShell_Class { public: typedef MenuShell CppObjectType; typedef GtkMenuShell BaseObjectType; typedef GtkMenuShellClass BaseClassType; typedef Gtk::Container_Class CppClassParent; typedef GtkContainerClass 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... static void deactivate_callback(GtkMenuShell* o_); static void selection_done_callback(GtkMenuShell* o_); static void move_current_callback(GtkMenuShell* o_,GtkMenuDirectionType p0); static void activate_current_callback(GtkMenuShell* o_,gboolean p0); static void cancel_callback(GtkMenuShell* o_); // Data GtkType type; }; } #endif .