TreeViewColumn.cellGetPosition

bool cellGetPosition(gtk.cell_renderer.CellRenderer cellRenderer, out int xOffset, out int width)

Obtains the horizontal position and size of a cell in a column.

If the cell is not found in the column, start_pos and width are not changed and false is returned.

Parameters

cellRenderera [gtk.cell_renderer.CellRenderer]
xOffsetreturn location for the horizontal position of cell within tree_column
widthreturn location for the width of cell

Returns

true if cell belongs to tree_column

Deprecated

Use GtkColumnView instead