pack_start_full


Description:

[ CCode ( cname = "gtk_cell_area_box_pack_start" ) ]
[ Version ( since = "3.0" ) ]
public void pack_start_full (CellRenderer renderer, bool expand = true, bool align = false, bool fixed = true)

Adds renderer to this, packed with reference to the start of this .

The renderer is packed after any other CellRenderer packed with reference to the start of this.

Parameters:

this

a CellAreaBox

renderer

the 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