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