24#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
25#error "Only <gtk/gtk.h> can be included directly."
32#define GTK_TYPE_CELL_AREA_CONTEXT (gtk_cell_area_context_get_type ())
33#define GTK_CELL_AREA_CONTEXT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_CELL_AREA_CONTEXT, GtkCellAreaContext))
34#define GTK_CELL_AREA_CONTEXT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_CELL_AREA_CONTEXT, GtkCellAreaContextClass))
35#define GTK_IS_CELL_AREA_CONTEXT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_CELL_AREA_CONTEXT))
36#define GTK_IS_CELL_AREA_CONTEXT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_CELL_AREA_CONTEXT))
37#define GTK_CELL_AREA_CONTEXT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_CELL_AREA_CONTEXT, GtkCellAreaContextClass))
108 int *natural_height);
113 int *natural_height);
#define GDK_DEPRECATED_IN_4_10
#define GDK_AVAILABLE_IN_ALL
#define G_DEFINE_AUTOPTR_CLEANUP_FUNC(TypeName, func)
GOBJECT_AVAILABLE_IN_ALL void g_object_unref(gpointer object)
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_get_allocation(GtkCellAreaContext *context, int *width, int *height)
GDK_DEPRECATED_IN_4_10 GtkCellArea * gtk_cell_area_context_get_area(GtkCellAreaContext *context)
GDK_AVAILABLE_IN_ALL GType gtk_cell_area_context_get_type(void) G_GNUC_CONST
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_get_preferred_width_for_height(GtkCellAreaContext *context, int height, int *minimum_width, int *natural_width)
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_allocate(GtkCellAreaContext *context, int width, int height)
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_reset(GtkCellAreaContext *context)
struct _GtkCellAreaContextPrivate GtkCellAreaContextPrivate
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_get_preferred_width(GtkCellAreaContext *context, int *minimum_width, int *natural_width)
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_push_preferred_width(GtkCellAreaContext *context, int minimum_width, int natural_width)
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_get_preferred_height_for_width(GtkCellAreaContext *context, int width, int *minimum_height, int *natural_height)
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_push_preferred_height(GtkCellAreaContext *context, int minimum_height, int natural_height)
GDK_DEPRECATED_IN_4_10 void gtk_cell_area_context_get_preferred_height(GtkCellAreaContext *context, int *minimum_height, int *natural_height)
void(* allocate)(GtkCellAreaContext *context, int width, int height)
void(* get_preferred_height_for_width)(GtkCellAreaContext *context, int width, int *minimum_height, int *natural_height)
void(* reset)(GtkCellAreaContext *context)
GObjectClass parent_class
void(* get_preferred_width_for_height)(GtkCellAreaContext *context, int height, int *minimum_width, int *natural_width)