Package: gtk
Function gtk:cell-renderer-size
Lambda Listgtk:cell-renderer-size (cell widget area) SyntaxArgumentsDetails
Obtains the width and height needed to render the cell.
Used by tree view widgets to determine the appropriate size for the cell area passed to the gtk:cell-renderer-render function. If the area argument is not nil, fills in the x and y offsets (if set)
of the cell relative to this location. Please note that the values set in width and height, as well as those in xoffset and yoffset are inclusive of the xpad and ypad properties. Warning | See also |
2025-07-06