/* Create a duplicate of the context */
GtkCellAreaBoxContext *_gtk_cell_area_box_context_copy (GtkCellAreaBox *box,
GtkCellAreaBoxContext *box_context);
/* Update cell-group sizes */ void _gtk_cell_area_box_context_push_group_width (GtkCellAreaBoxContext *box_context, int group_idx, int minimum_width, int natural_width);
void _gtk_cell_area_box_context_push_group_height_for_width (GtkCellAreaBoxContext *box_context, int group_idx, int for_width, int minimum_height, int natural_height);
void _gtk_cell_area_box_context_push_group_height (GtkCellAreaBoxContext *box_context, int group_idx, int minimum_height, int natural_height);
void _gtk_cell_area_box_context_push_group_width_for_height (GtkCellAreaBoxContext *box_context, int group_idx, int for_height, int minimum_width, int natural_width);
/* Fetch cell-group sizes */ void _gtk_cell_area_box_context_get_group_width (GtkCellAreaBoxContext *box_context, int group_idx, int *minimum_width, int *natural_width);
void _gtk_cell_area_box_context_get_group_height_for_width (GtkCellAreaBoxContext *box_context, int group_idx, int for_width, int *minimum_height, int *natural_height);
void _gtk_cell_area_box_context_get_group_height (GtkCellAreaBoxContext *box_context, int group_idx, int *minimum_height, int *natural_height);
void _gtk_cell_area_box_context_get_group_width_for_height (GtkCellAreaBoxContext *box_context, int group_idx, int for_height, int *minimum_width, int *natural_width);
GtkRequestedSize *_gtk_cell_area_box_context_get_widths (GtkCellAreaBoxContext *box_context, int *n_widths);
GtkRequestedSize *_gtk_cell_area_box_context_get_heights (GtkCellAreaBoxContext *box_context, int *n_heights);
/* Private context/area interaction */ typedefstruct { int group_idx; /* Groups containing only invisible cells are not allocated */ int position; /* Relative group allocation position in the orientation of the box */ int size; /* Full allocated size of the cells in this group spacing inclusive */
} GtkCellAreaBoxAllocation;
GtkCellAreaBoxAllocation *
_gtk_cell_area_box_context_get_orientation_allocs (GtkCellAreaBoxContext *context, int *n_allocs);
G_END_DECLS
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet am 2026-07-02)
¤
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.