// -*- c++ -*- // Generated by gtkmmproc from ./../progress.gen_h -- DO NOT MODIFY! #ifndef _GTKMM_PROGRESS_P_H #define _GTKMM_PROGRESS_P_H #include namespace Gtk { class Progress_Class { public: typedef Progress CppObjectType; typedef GtkProgress BaseObjectType; typedef GtkProgressClass BaseClassType; typedef Gtk::Widget_Class CppClassParent; typedef GtkWidgetClass 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 paint_callback(GtkProgress* o_); static void update_callback(GtkProgress* o_); static void act_mode_enter_callback(GtkProgress* o_); // Data GtkType type; }; } #endif .