[Top]
GTK2
GTK2.TreeViewColumn
|
Method GTK2.TreeViewColumn()->pack_start()
- Method
pack_start
GTK2.TreeViewColumn pack_start(GTK2.CellRenderer cell, int expand)
- Description
Packs the cell into the beginning of the column. If expand is false, then
the cell is allocated no more space than it needs. Any unused space is
divied evenly between cels for which expand is true.
|