Package: gtk

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

Lambda List

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

Arguments

column -- a gtk:tree-view-column object
area -- a gdk:rectangle instance with the area a cell in the column will be allocated, or nil

Return Value

xoffset -- an integer with the x offset of a cell relative to area
yoffset -- an integer with the y offset of a cell relative to area
width -- an integer with the width needed to render a cell
height -- an integer with 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.
 

See also

#2024-3-15