CellView.getSizeOfRow

Warning gtk_cell_view_get_size_of_row has been deprecated since version 3.0 and should not be used in newly-written code. Combo box formerly used this to calculate the sizes for cellviews, now you can achieve this by either using the "fit-model" property or by setting the currently displayed row of the GtkCellView and using gtk_widget_get_preferred_size(). Sets requisition to the size needed by cell_view to display the model row pointed to by path. Since 2.6

class CellView
int
getSizeOfRow

Parameters

path TreePath

a GtkTreePath

requisition GtkRequisition

return location for the size. out

Return Value

Type: int

TRUE

Meta