TreeModelSort.this

Creates a new #GtkTreeModel, with @child_model as the child model.

  1. this(GtkTreeModelSort* gtkTreeModelSort, bool ownedRef)
  2. this(TreeModelIF childModel)
    class TreeModelSort

Parameters

childModel TreeModelIF

A #GtkTreeModel

Return Value

A new #GtkTreeModel.

Throws

ConstructionException GTK+ fails to create the object.

Meta