TreePath.this

Creates a new GtkTreePath. This structure refers to a row.

  1. this(GtkTreePath* gtkTreePath)
  2. this(bool firstRow)
    class TreePath
    this
    (
    bool firstRow = false
    )
  3. this(int[] indices)
  4. this(string path)

Parameters

firstRow bool

if true this is the string representation of this path is "0"

Throws

ConstructionException GTK+ fails to create the object.

Meta