gtkTreeViewSetModel {RGtk2}R Documentation

gtkTreeViewSetModel

Description

Sets the model for a GtkTreeView. If the tree.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.

Usage

gtkTreeViewSetModel(object, model = NULL)

Arguments

object [GtkTreeView] A GtkTreeNode.
model [GtkTreeModel] The model.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]