ColumnViewCell
Object Hierarchy:
Description:
[ CCode ( type_id = "gtk_column_view_cell_get_type ()" ) ]
[ Version ( since = "4.12" ) ]
public sealed class ColumnViewCell : ListItem
  [ Version ( since = "4.12" ) ]
public sealed class ColumnViewCell : ListItem
Represents items in a cell in [class@Gtk.
ColumnView].
The `GtkColumnViewCell`s are managed by the [class@Gtk.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 [method@Gtk.ColumnViewCell.set_child].
`GtkColumnViewCell`s exist in 2 stages:
- The unbound stage where the listitem is not currently connected to an item in the list. In that case, the [property@Gtk.ColumnViewCell:item ] property is set to null.
 - The bound stage where the listitem references an item from the list. The [property@Gtk.ColumnViewCell:item] property is not null.
 
Namespace: Gtk
  
  Package: gtk4
  
  Content:
Properties:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Gtk.ListItem
    All known members inherited from class GLib.Object