TreeModelFilter.this

Creates a new TreeModel, with childModel 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 TreeModel.

root TreePath

A TreePath or null.

Throws

A ConstructionException if GTK+ fails to create the object.

Meta