TreeView.this

Creates a new GtkTreeView widget with the model initialized to model.

  1. this(GtkTreeView* gtkTreeView)
  2. this()
  3. this(TreeModelIF model)
    class TreeView

Parameters

model TreeModelIF

the model.

Throws

ConstructionException GTK+ fails to create the object.

Meta