TreeModelFilter.this

Creates a new gtk.TreeModel, 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
root TreePath

A gtk.TreePath or NULL.

Return Value

Throws

ConstructionException GTK+ fails to create the object.

Meta