// -*- c++ -*- // Generated by gtkmmproc from ./../invisible.gen_h -- DO NOT MODIFY! #ifndef _GTKMM_INVISIBLE_P_H #define _GTKMM_INVISIBLE_P_H #include <gtk--/private/bin_p.h> namespace Gtk { class Invisible_Class { public: typedef Invisible CppObjectType; typedef GtkInvisible BaseObjectType; typedef GtkInvisibleClass BaseClassType; typedef Gtk::Bin_Class CppClassParent; typedef GtkBinClass 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