Package: gtk

Function gtk:tree-view-column

Lambda List

gtk:tree-view-column (view pos)

Arguments

view -- a gtk:tree-view widget
pos -- an integer with the position of the column, counting from 0

Return Value

The gtk:tree-view-column object, or nil if the position is outside the range of columns.

Details

Gets the tree view column at the given position in the tree view.

Warning

The gtk:tree-view implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2024-3-9