TreeViewColumn.cellGetPosition

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.

More...
class TreeViewColumn
bool
cellGetPosition

Parameters

cellRenderer gtk.cell_renderer.CellRenderer
xOffset int

return location for the horizontal position of cell within tree_column

width int

return location for the width of cell

Return Value

Type: bool

true if cell belongs to tree_column

Detailed Description

Deprecated: Use GtkColumnView instead