TreeModelFilter.this

Creates a new #GtkTreeModel, with @child_model as the child_model and @root as the virtual root.

  1. this(GtkTreeModelFilter* gtkTreeModelFilter, bool ownedRef)
  2. this(TreeModelIF childModel, TreePath root)
    class TreeModelFilter

Parameters

childModel TreeModelIF

A #GtkTreeModel.

root TreePath

A #GtkTreePath or %NULL.

Return Value

A new #GtkTreeModel.

Throws

ConstructionException GTK+ fails to create the object.

Meta