/*< public >*/ void (* allocate) (GtkCellAreaContext *context, int width, int height); void (* reset) (GtkCellAreaContext *context); void (* get_preferred_height_for_width) (GtkCellAreaContext *context, int width, int *minimum_height, int *natural_height); void (* get_preferred_width_for_height) (GtkCellAreaContext *context, int height, int *minimum_width, int *natural_width);
/* Main apis */
GDK_DEPRECATED_IN_4_10
GtkCellArea *gtk_cell_area_context_get_area (GtkCellAreaContext *context);
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);
/* Apis for GtkCellArea clients to consult cached values *foraseriesofGtkTreeModelrows
*/
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_get_preferred_height (GtkCellAreaContext *context, int *minimum_height, int *natural_height);
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_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_get_allocation (GtkCellAreaContext *context, int *width, int *height);
/* Apis for GtkCellArea implementations to update cached values *formultipleGtkTreeModelrows
*/
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_push_preferred_height (GtkCellAreaContext *context, int minimum_height, int natural_height);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.