CellView.getSizeOfRow

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

More...
class CellView
bool
getSizeOfRow

Parameters

path TreePath
requisition Requisition

return location for the size

Return Value

Type: bool

TRUE

Detailed Description

Deprecated: 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 gtk.CellView and using Widget.getPreferredSize.

Meta