CellAreaBox.packStart
void packStart(gtk.cell_renderer.CellRenderer renderer, bool expand, bool align_, bool fixed)Adds renderer to box, packed with reference to the start of box.
The renderer is packed after any other [gtk.cell_renderer.CellRenderer] packed with reference to the start of box.
Parameters
renderer | the [gtk.cell_renderer.CellRenderer] to add |
expand | whether renderer should receive extra space when the area receives more than its natural size |
align_ | whether renderer should be aligned in adjacent rows |
fixed | whether renderer should have the same size in all rows |