ColumnViewColumn
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.
Constructors
Properties
Link copied to clipboard
The GtkColumnView
this column is a part of.
Link copied to clipboard
Factory for populating list items.
Link copied to clipboard
If not -1, this is the width that the column is allocated, regardless of the size of its content.
Link copied to clipboard
Link copied to clipboard
Menu model used to create the context menu for the column header.