// -*- c++ -*- // Generated by gtkmmproc from ./../spinbutton.gen_h -- DO NOT MODIFY! #ifndef _GTKMM_SPINBUTTON_P_H #define _GTKMM_SPINBUTTON_P_H #include namespace Gtk { class SpinButton_Class { public: typedef SpinButton CppObjectType; typedef GtkSpinButton BaseObjectType; typedef GtkSpinButtonClass BaseClassType; typedef Gtk::Entry_Class CppClassParent; typedef GtkEntryClass 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 .