-
public unowned TreePath get_displayed_row ()
Returns a TreePath referring to the currently displayed
row. If no row is currently displayed, null is returned.
-
public weak TreeModel get_model ()
Returns the model for cell_view. If no model is used null is returned.
-
public bool get_size_of_row (TreePath path, out Requisition requisition)
Sets requisition to the size needed by cell_view to display the model row
pointed to by path.
-
public void set_background_color (Color color)
Sets the background color of view.
-
public void set_displayed_row (TreePath path)
Sets the row of the model that is currently displayed by the
CellView. If the path is unset, then the contents of the cellview "stick" at their last value; this is not normally a desired
result, but may be a needed intermediate state if say, the model for the CellView
becomes temporarily empty.
-
public void set_model (TreeModel? model)
Sets the model for cell_view. If cell_view already has a model set, it will
remove it before setting the new model. If model is null, then it will unset the old model.