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

x-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 size of a cell in a tree view column. If the cell is not found in the column, nil is returned.
 

See also

2021-2-24