Gtk.CellView.prototype.set_model
function set_model(model:Gtk.TreeModel):void {
// Gjs wrapper for gtk_cell_view_set_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.
Since 2.6
- model