Package: gtk
Function gtk-cell-layout-pack-start
Lambda Listgtk-cell-layout-pack-start (layout cell &key expand) ArgumentsDetails Packs cell into the beginning 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