Package: gtk

Function gtk:cell-area-box-pack-end

Lambda List

gtk:cell-area-box-pack-end (box child &key expand align fixed)

Arguments

box -- a gtk:cell-area-box widget
renderer -- a gtk:cell-renderer object 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 cell area box, packed with reference to the end of the box. The renderer is packed after, away from end of, any other gtk:cell-renderer object packed with reference to the end of the box.

Warning

The gtk:cell-area-box implementation is deprecated since 4.10. List views use widgets for displaying their contents.
 

See also

#2024-2-21