Gtk.CellView.prototype.set_displayed_row

function set_displayed_row(path:Gtk.TreePath):void {
    // Gjs wrapper for gtk_cell_view_set_displayed_row()
}

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

Since 2.6

path

a Gtk.TreePath or null to unset.