Method
Gtk.TreeViewColumn.pack_start
Declaration [src]
void
gtk_tree_view_column_pack_start (
GtkTreeViewColumn* tree_column,
GtkCellRenderer* cell,
gboolean expand
)
Description [src]
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 divided
evenly between cells for which expand
is TRUE
.
Parameters
cell |
GtkCellRenderer |
The |
|
Ownership is not transferred to the callee | |
expand |
gboolean |
|