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 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