Method

Gtk.CellAreaBox.pack_start

Declaration [src]

void
gtk_cell_area_box_pack_start (
  GtkCellAreaBox* box,
  GtkCellRenderer* renderer,
  gboolean expand,
  gboolean align,
  gboolean fixed
)

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.

Parameters

renderer GtkCellRenderer
 

the GtkCellRenderer to add

 Ownership is not transferred to the callee
expand gboolean
 

whether renderer should receive extra space when the area receives more than its natural size

align gboolean
 

whether renderer should be aligned in adjacent rows

fixed gboolean
 

whether renderer should have the same size in all rows