// -*- c++ -*- // Generated by gtkmmproc from ./../messagebox.gen_h -- DO NOT MODIFY! #ifndef _GNOMEMM_MESSAGEBOX_P_H #define _GNOMEMM_MESSAGEBOX_P_H #include namespace Gnome { class MessageBox_Class { public: typedef MessageBox CppObjectType; typedef GnomeMessageBox BaseObjectType; typedef GnomeMessageBoxClass BaseClassType; typedef Dialog_Class CppClassParent; typedef GnomeDialogClass 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 .