Package: gtk

Function gtk:tree-view-column-cell-position

Lambda List

gtk:tree-view-column-cell-position (column renderer)

Arguments

column -- a gtk:tree-view-column object
renderer -- a gtk:cell-renderer object

Return Value

offset -- an integer with the horizontal position of the cell within the tree view column
width -- an integer with the width of the cell

Details

Obtains the horizontal position and width of a cell in a tree view column. If the cell is not found in the column, nil is returned.

Warning

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

See also

#2024-2-19