TreeViewColumn.cellGetSize

void cellGetSize(out int xOffset, out int yOffset, out int width, out int height)

Obtains the width and height needed to render the column. This is used primarily by the [gtk.tree_view.TreeView].

Parameters

xOffsetlocation to return x offset of a cell relative to cell_area
yOffsetlocation to return y offset of a cell relative to cell_area
widthlocation to return width needed to render a cell
heightlocation to return height needed to render a cell

Deprecated

Use GtkColumnView instead