GtkTreeViewColumn
A visible column in a GtkTreeView.
Object Hierarchy
Implemented Interfaces
Description
Provides a column in a tree view widget. It uses a
GtkCellRenderer to display the value of
a given column for each row. Columns can be sorted, moved
and hidden.
Constructors
--
Creates a new column object.
Properties
Use get_property and set_property methods to access these.
alignment:
X Alignment of the column header text or widget.
clickable:
Whether the header can be clicked.
expand:
Column gets share of extra width allocated to the widget.
fixed-width:
Current fixed width of the column.
max-width:
Maximum allowed width of the column.
min-width:
Minimum allowed width of the column.
reorderable:
Whether the column can be reordered around the headers.
resizable:
Column is user-resizable.
sizing:
Resize mode of the column.
sort-indicator:
Whether to show a sort indicator.
sort-order:
Sort direction the sort indicator should indicate.
spacing:
Space which is inserted between cells.
title:
Title to appear in column header.
visible:
Whether to display the column.
widget:
Widget to put in column header button instead of column title.
width:
Current width of the column.
Signals
"clicked"
The column header has been clicked.