Gtk
TreeViewColumn
PackEnd
Gtk.TreeViewColumn.PackEnd Method
Adds the
cell
to end of the column.
Syntax
public
void
PackEnd
(
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)