// -*- c++ -*- // Generated by gtkmmproc from ./../pixmap.gen_h -- DO NOT MODIFY! #ifndef _GTKMM_PIXMAP_P_H #define _GTKMM_PIXMAP_P_H #include <gtk--/private/misc_p.h> namespace Gtk { class Pixmap_Class { public: typedef Pixmap CppObjectType; typedef GtkPixmap BaseObjectType; typedef GtkPixmapClass BaseClassType; typedef Gtk::Misc_Class CppClassParent; typedef GtkMiscClass 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