GtkCellAreaClass.getPreferredWidth

Calculates the minimum and natural width of the areas cells with the current attributes applied while considering the particular layouting details of the said gtk.cell_area.CellArea. While requests are performed over a series of rows, alignments and overall minimum and natural sizes should be stored in the corresponding gtk.cell_area_context.CellAreaContext.

struct GtkCellAreaClass
extern (C)
void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, int* minimumWidth, int* naturalWidth) getPreferredWidth;