Gtk.ColumnViewCell
Class
GtkColumnViewCell
since: 4.12
Description [src]
final class Gtk.ColumnViewCell : Gtk.ListItem
{
/* No available fields */
}
Represents items in a cell in GtkColumnView
.
The GtkColumnViewCell
s are managed by the GtkColumnView
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_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
GtkColumnViewCell:item
property is set toNULL
. -
The bound stage where the listitem references an item from the list. The
GtkColumnViewCell:item
property is notNULL
.
Available since: 4.12