Package: gtk

Function gtk-tree-view-append-column

Lambda List

gtk-tree-view-append-column (view column)

Arguments

view -- a gtk-tree-view widget
column -- the gtk-tree-view-column object to add

Return Value

An integer with the number of columns in view after appending.

Details

Appends column to the list of columns in the tree view. If view has fixed height mode enabled, then column must have its sizing property set to be :fixed.
 

See also

2021-2-26