gnome.pages.gitlab.gnome.org

Gtk.ColumnViewColumn

Class

GtkColumnViewColumn

Description [src]

final class Gtk.ColumnViewColumn : GObject.Object
{
  /* No available fields */
}

Represents the columns in a GtkColumnView.

The main ingredient for a GtkColumnViewColumn is the GtkListItemFactory that tells the columnview how to create cells for this column from items in the model.

Columns have a title, and can optionally have a header menu set with gtk_column_view_column_set_header_menu().

A sorter can be associated with a column using gtk_column_view_column_set_sorter(), to let users influence sorting by clicking on the column header.

Constructors

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 GtkColumnViewColumnClass {
  /* no available fields */
}

No description available.