TreeModelFilter.this

Creates a new GtkTreeModel, with child_model as the child_model and root as the virtual root. Since 2.4

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

Parameters

childModel TreeModelIF

A GtkTreeModel.

root TreePath

A GtkTreePath or NULL. [allow-none]

Throws

ConstructionException GTK+ fails to create the object.

Meta