Package: gtk

Function gtk:tree-view-column-pack-end

Lambda List

gtk:tree-view-column-pack-end (column renderer &key expand)

Arguments

column -- a gtk:tree-view-column object
renderer -- a gtk:cell-renderer object
expand -- true if the cell renderer is to be given extra space allocated to the tree view column

Details

Packs the cell renderer to the end of the tree view column. If the expand argument is false, then the cell renderer is allocated no more space than it needs. Any unused space is divided evenly between cell renderers for which the expand argument is true.

Warning

The gtk:tree-view-column implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

#2024-3-8