Package: gtk

Function gtk:cell-layout-pack-start

Lambda List

gtk:cell-layout-pack-start (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

Packs cell into the beginning of layout. If the expand keyword argument 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 expand keyword argument is true. Note that reusing the same cell renderer is not supported.

Warning

The gtk:cell-layout implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

#2024-5-1