ColumnViewColumn


Object Hierarchy:

Gtk.ColumnViewColumn Gtk.ColumnViewColumn Gtk.ColumnViewColumn GLib.Object GLib.Object GLib.Object->Gtk.ColumnViewColumn

Description:

[ CCode ( type_id = "gtk_column_view_column_get_type ()" ) ]
public sealed class ColumnViewColumn : Object

`GtkColumnViewColumn` represents the columns being added to 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 [method@Gtk.ColumnViewColumn.set_header_menu].

A sorter can be associated with a column using [method@Gtk.ColumnViewColumn.set_sorter], to let users influence sorting by clicking on the column header.


Namespace: Gtk
Package: gtk4

Content:

Properties:

Creation methods:

Methods:

Inherited Members: