Package: gtk

Function gtk-cell-area-box-pack-start

Lambda List

gtk-cell-area-box-pack-start (box renderer &key expand align fixed)

Arguments

box -- a gtk-cell-area-box widget
renderer -- the gtk-cell-renderer to add
expand -- a boolean whether renderer should receive extra space when the area receives more than its natural size
align -- a boolean whether renderer should be aligned in adjacent rows
fixed -- a boolean whether renderer should have the same size in all rows

Details

Adds a renderer to the cell area box, packed with reference to the start of the box.

The renderer is packed after any other gtk-cell-renderer packed with reference to the start of the box.
 

See also

2020-6-27