Package: gtk

Class gtk:cell-area-box

Superclasses

Documented Subclasses

None

Direct Slots

spacing
The spacing property of type :int (Read / Write)
The amount of space to reserve between cells.
Allowed values: >= 0
Default value: 0

Details

The gtk:cell-area-box object renders cell renderers into a row or a column depending on its orientation. The gtk:cell-area-box implementation uses a notion of packing. Packing refers to adding cell renderers with reference to a particular position in a gtk:cell-area-box object. There are two reference positions: the start and the end of the box. When the gtk:cell-area-box object is oriented in the :vertical orientation, the start is defined as the top of the box and the end is defined as the bottom. In the :horizontal orientation start is defined as the left side and the end is defined as the right side.

Alignments of gtk:cell-renderer objects rendered in adjacent rows can be configured by configuring the align child cell property with the gtk:cell-area-cell-property function or by specifying the align argument to the gtk:cell-area-box-pack-start and gtk:cell-area-box-pack-end functions.

Warning

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

Returned by

Slot Access Functions

Inherited Slot Access Functions

See also

2024-2-21