CellAreaBox.packEnd

void packEnd(gtk.cell_renderer.CellRenderer renderer, bool expand, bool align_, bool fixed)

Adds renderer to box, packed with reference to the end of box.

The renderer is packed after (away from end of) any other [gtk.cell_renderer.CellRenderer] packed with reference to the end of box.

Parameters

rendererthe [gtk.cell_renderer.CellRenderer] to add
expandwhether renderer should receive extra space when the area receives more than its natural size
align_whether renderer should be aligned in adjacent rows
fixedwhether renderer should have the same size in all rows