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 -- a gtk:tree-view-column object to add

Return Value

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

Details

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

See also

2024-3-10