TreeViewColumn.this

Creates a new Tree view column

  1. this(GtkTreeViewColumn* gtkTreeViewColumn, bool ownedRef)
  2. this(string header, CellRenderer renderer, string type, int column)
    class TreeViewColumn
    this
    (
    string header
    ,,
    string type
    ,
    int column
    )
  3. this()
  4. this(CellArea area)

Parameters

header string

th column header text

renderer CellRenderer

the rederer for the column cells

type string

the type of data to be displayed (shouldn't this be on the renderer?)

column int

the column number

Throws

ConstructionException GTK+ fails to create the object.