// Generated by gmmproc 2.82.0 -- DO NOT MODIFY! #ifndef _GTKMM_CELLAREA_P_H #define _GTKMM_CELLAREA_P_H #ifndef GTKMM_DISABLE_DEPRECATED #include #include namespace Gtk { class GTKMM_API CellArea_Class : public Glib::Class { public: #ifndef DOXYGEN_SHOULD_SKIP_THIS using CppObjectType = CellArea; using BaseObjectType = GtkCellArea; using BaseClassType = GtkCellAreaClass; using CppClassParent = Glib::Object_Class; using BaseClassParent = GObjectClass; friend class CellArea; #endif /* DOXYGEN_SHOULD_SKIP_THIS */ const Glib::Class& init(); static void class_init_function(void* g_class, void* class_data); static Glib::ObjectBase* wrap_new(GObject*); protected: //Callbacks (default signal handlers): //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any. //You could prevent the original default signal handlers being called by overriding the *_impl method. static void apply_attributes_callback(GtkCellArea* self, GtkTreeModel* p0, GtkTreeIter* p1, gboolean p2, gboolean p3); //Callbacks (virtual functions): static void snapshot_vfunc_callback(GtkCellArea* self, GtkCellAreaContext* context, GtkWidget* widget, GtkSnapshot* snapshot, const GdkRectangle* background_area, const GdkRectangle* cell_area, GtkCellRendererState flags, gboolean paint_focus); static GtkSizeRequestMode get_request_mode_vfunc_callback(GtkCellArea* self); static void get_preferred_width_vfunc_callback(GtkCellArea* self, GtkCellAreaContext* context, GtkWidget* widget, gint* minimum_width, gint* natural_width); static void get_preferred_height_for_width_vfunc_callback(GtkCellArea* self, GtkCellAreaContext* context, GtkWidget* widget, gint width, gint* minimum_height, gint* natural_height); static void get_preferred_height_vfunc_callback(GtkCellArea* self, GtkCellAreaContext* context, GtkWidget* widget, gint* minimum_height, gint* natural_height); static void get_preferred_width_for_height_vfunc_callback(GtkCellArea* self, GtkCellAreaContext* context, GtkWidget* widget, gint height, gint* minimum_width, gint* natural_width); }; } // namespace Gtk #endif // GTKMM_DISABLE_DEPRECATED #endif /* _GTKMM_CELLAREA_P_H */