Gtk.TreeViewColumn.PackStart Method
Packs the cell into the beginning of the column.

Syntax

public void PackStart (CellRenderer cell, bool expand)

Parameters

cell
an object of type Gtk.CellRenderer
expand
an object of type bool

Remarks

If expand is false, then the cell is allocated no more space than it needs. Any unused space is divided evenly between cells for which expand is true.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)