Gtk.CellAreaContext::get_preferred_height_for_width

function vfunc_get_preferred_height_for_width(width:Number):void {
}

Gets the accumulative preferred height for width for all rows which have been requested for the same said width with this context.

After Gtk.CellAreaContext.prototype.reset is called and/or before ever requesting the size of a Gtk.CellArea, the returned values are -1.

Since 3.0

width

a proposed width for allocation