Package org.gnome.gtk

Class ColumnViewCell

java.lang.Object
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class ColumnViewCell extends ListItem
GtkColumnViewCell is used by ColumnViewColumn to represent items in a cell in ColumnView.

The GtkColumnViewCells 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 setChild(org.gnome.gtk.Widget).

GtkColumnViewCells 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.ColumnViewCell:item property is set to null.

2. The bound stage where the listitem references an item from the list. The Gtk.ColumnViewCell:item property is not null.