// -*- c++ -*- // Generated by gtkmmproc from ./../layout.gen_h -- DO NOT MODIFY! #ifndef _GTKMM_LAYOUT_P_H #define _GTKMM_LAYOUT_P_H #include namespace Gtk { class Layout_Class { public: typedef Layout CppObjectType; typedef GtkLayout BaseObjectType; typedef GtkLayoutClass 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 set_scroll_adjustments_callback(GtkLayout* p0,GtkAdjustment* p1,GtkAdjustment* p2); // Data GtkType type; }; } #endif .