gnome.pages.gitlab.gnome.org

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 GtkColumnViewCells 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().

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 GtkColumnViewCell:item property is set to NULL.

  2. The bound stage where the listitem references an item from the list. The GtkColumnViewCell:item property is not NULL.

Available since: 4.12

Instance methods

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct GtkColumnViewCellClass {
  /* no available fields */
}

No description available.