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.