CellView.getSizeOfRow

bool getSizeOfRow(gtk.tree_path.TreePath path, out gtk.requisition.Requisition requisition)

Sets requisition to the size needed by cell_view to display the model row pointed to by path.

Parameters

patha #GtkTreePath
requisitionreturn location for the size

Returns

true

Deprecated

Combo box formerly used this to calculate the

sizes for cellviews, now you can achieve this by either using the #GtkCellView:fit-model property or by setting the currently displayed row of the #GtkCellView and using [gtk.widget.Widget.getPreferredSize].