Package: gtk

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

Lambda List

gtk:tree-view-column-cell-size (column)

Syntax

(gtk:tree-view-column-cell-size column) => xoffset, yoffset, width, height

Arguments

column -- a gtk:tree-view-column object
xoffset -- an integer for the x offset of a cell relative to area
yoffset -- an integer for the y offset of a cell relative to area
width -- an integer for the width needed to render a cell
height -- an integer for the height needed to render a cell

Details

Obtains the width and height needed to render the column. This is used primarily by the tree view.

Warning

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

See also

2025-4-15