GtkCellAreaBox

A cell area that renders GtkCellRenderers into a row or a column

The gtk.cell_area_box.CellAreaBox renders cell renderers into a row or a column depending on its gtk.types.Orientation.

GtkCellAreaBox uses a notion of packing. Packing refers to adding cell renderers with reference to a particular position in a gtk.cell_area_box.CellAreaBox. There are two reference positions: the start and the end of the box. When the gtk.cell_area_box.CellAreaBox is oriented in the gtk.types.Orientation.Vertical orientation, the start is defined as the top of the box and the end is defined as the bottom. In the gtk.types.Orientation.Horizontal orientation start is defined as the left side and the end is defined as the right side.

Alignments of gtk.cell_renderer.CellRenderers rendered in adjacent rows can be configured by configuring the gtk.cell_area_box.CellAreaBox align child cell property with gtk.cell_area.CellArea.cellSetProperty or by specifying the "align" argument to gtk.cell_area_box.CellAreaBox.packStart and gtk.cell_area_box.CellAreaBox.packEnd.

More...
struct GtkCellAreaBox

Detailed Description

Deprecated: List views use widgets for displaying their contents