Method
Gtk CellAreaBoxpack_start
since: 3.0
Declaration [src]
void
gtk_cell_area_box_pack_start(
GtkCellAreaBox*box,
GtkCellRenderer*renderer,
gbooleanexpand,
gbooleanalign,
gbooleanfixed
)
Description [src]
Adds renderer to box, packed with reference to the start of box.
The renderer is packed after any other GtkCellRenderer packed
with reference to the start of box.
Available since: 3.0
Parameters
renderer-
Type:
GtkCellRendererThe
GtkCellRendererto add.The data is owned by the caller of the method. expand-
Type:
gbooleanWhether
renderershould receive extra space when the area receives more than its natural size. align-
Type:
gbooleanWhether
renderershould be aligned in adjacent rows. fixed-
Type:
gbooleanWhether
renderershould have the same size in all rows.