Package: gtk
Function gtk:cell-layout-pack-end
Lambda Listgtk:cell-layout-pack-end (layout cell &key expand) ArgumentsDetails Adds cell to the end 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 | See also |
#2023-9-16