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 class ColumnViewColumn : Object

`GtkColumnViewColumn` represents the columns being added to `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 [[email protected]_header_menu].

A sorter can be associated with a column using [[email protected]_sorter], to let users influence sorting by clicking on the column header.


Namespace: Gtk
Package: gtk4

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object



2022 vala-language.org