GtkTreeViewColumn

A visible column in a gtk.tree_view.TreeView widget

The gtk.tree_view_column.TreeViewColumn object represents a visible column in a gtk.tree_view.TreeView widget. It allows to set properties of the column header, and functions as a holding pen for the cell renderers which determine how the data in the column is displayed.

Please refer to the tree widget conceptual overview for an overview of all the objects and data types related to the tree widget and how they work together, and to the gtk.tree_view.TreeView documentation for specifics about the CSS node structure for treeviews and their headers.

More...
struct GtkTreeViewColumn

Detailed Description