Gets the child previously set via gtk.column_view_cell.ColumnViewCell.setChild or null if none was set.
Checks if a list item has been set to be focusable via gtk.column_view_cell.ColumnViewCell.setFocusable.
Gets the model item that associated with self.
Gets the position in the model that self currently displays.
Checks if the item is displayed as selected.
Sets the child to be used for this listitem.
Sets self to be focusable.
Gets the accessible description of self.
Gets the accessible label of self.
Checks if a list item has been set to be activatable via gtk.list_item.ListItem.setActivatable.
Gets the child previously set via gtk.list_item.ListItem.setChild or null if none was set.
Checks if a list item has been set to be focusable via gtk.list_item.ListItem.setFocusable.
Gets the model item that associated with self.
Gets the position in the model that self currently displays.
Checks if a list item has been set to be selectable via gtk.list_item.ListItem.setSelectable.
Checks if the item is displayed as selected.
Sets the accessible description for the list item, which may be used by e.g. screen readers.
Sets the accessible label for the list item, which may be used by e.g. screen readers.
Sets self to be activatable.
Sets the child to be used for this listitem.
Sets self to be focusable.
Sets self to be selectable.
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.