Package org.gnome.gtk

Class ColumnViewColumn

java.lang.Object
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class ColumnViewColumn extends GObject
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 setHeaderMenu(org.gnome.gio.MenuModel).

A sorter can be associated with a column using setSorter(org.gnome.gtk.Sorter), to let users influence sorting by clicking on the column header.