[ Version ( deprecated = true , deprecated_since = "3.0" , since = "2.6" ) ]
public bool get_size_of_row (TreePath path, out Requisition requisition)
Warning: get_size_of_row is deprecated since 3.0.
Sets requisition to the size needed by this to display the model row pointed to by
path.
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 CellView and using get_preferred_size.
| this |
a CellView |
| path |
a TreePath |
| requisition |
return location for the size |
|
true |