CellView.setDisplayedRow

void setDisplayedRow(gtk.tree_path.TreePath path = null)

Sets the row of the model that is currently displayed by the gtk.cell_view.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 gtk.cell_view.CellView becomes temporarily empty.

Parameters

patha gtk.tree_path.TreePath or null to unset.