gtk.column_view_column.ColumnViewColumn represents the columns being added to a gtk.column_view.ColumnView.
The main ingredient for a gtk.column_view_column.ColumnViewColumn is the gtk.list_item_factory.ListItemFactory 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.ColumnViewColumn.setHeaderMenu.
A sorter can be associated with a column using gtk.column_view_column.ColumnViewColumn.setSorter, to let users influence sorting by clicking on the column header.
gtk.column_view_column.ColumnViewColumn represents the columns being added to a gtk.column_view.ColumnView.
The main ingredient for a gtk.column_view_column.ColumnViewColumn is the gtk.list_item_factory.ListItemFactory 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.ColumnViewColumn.setHeaderMenu.
A sorter can be associated with a column using gtk.column_view_column.ColumnViewColumn.setSorter, to let users influence sorting by clicking on the column header.