gtk.column_view_cell.ColumnViewCell is used by gtk.column_view_column.ColumnViewColumn to represent items in a cell in gtk.column_view.ColumnView.
The gtk.column_view_cell.ColumnViewCells are managed by the columnview widget (with its factory) and cannot be created by applications, but they need to be populated by application code. This is done by calling gtk.column_view_cell.ColumnViewCell.setChild.
gtk.column_view_cell.ColumnViewCells exist in 2 stages:
1. The unbound stage where the listitem is not currently connected to an item in the list. In that case, the gtk.column_view_cell.ColumnViewCell.GObject.Object property is set to null.
2. The bound stage where the listitem references an item from the list. The gtk.column_view_cell.ColumnViewCell.GObject.Object property is not null.
gtk.column_view_cell.ColumnViewCell is used by gtk.column_view_column.ColumnViewColumn to represent items in a cell in gtk.column_view.ColumnView.
The gtk.column_view_cell.ColumnViewCells are managed by the columnview widget (with its factory) and cannot be created by applications, but they need to be populated by application code. This is done by calling gtk.column_view_cell.ColumnViewCell.setChild.
gtk.column_view_cell.ColumnViewCells exist in 2 stages:
1. The unbound stage where the listitem is not currently connected to an item in the list. In that case, the gtk.column_view_cell.ColumnViewCell.GObject.Object property is set to null.
2. The bound stage where the listitem references an item from the list. The gtk.column_view_cell.ColumnViewCell.GObject.Object property is not null.