cell_get_position
Description:
Obtains the horizontal position and size of a cell in a column.
Note:
Use GtkColumnView instead
If the cell is not found in the column, start_pos
and width
are not changed and false
is returned.
Parameters:
this |
a `GtkTreeViewColumn` |
cell_renderer |
a `GtkCellRenderer` |
x_offset |
return location for the horizontal position of |
width |
return location for the width of |
Returns:
true if |