Package: gtk

Function gtk-cell-layout-pack-end

Lambda List

gtk-cell-layout-pack-end (layout cell &key expand)

Arguments

layout -- a gtk-cell-layout object
cell -- a gtk-cell-renderer object
expand -- true if cell is to be given extra space allocated to layout

Details

Adds cell to the end of layout. If the keyword argument expand is false, then cell is allocated no more space than it needs. Any unused space is divided evenly between cells for which expand is true. The default value of the keyword argument expand is true.

Note that reusing the same cell renderer is not supported.
 

See also

2021-3-13