[ Version ( since = "4.21.8" ) ]
public bool get_cell_area (TreePath path, CellRenderer cell, out Rectangle cell_area)
Fills the cell_area rectangle with the size and position of the cell specified by path and cell,
relative to the icon window coordinates.
If cell is null, the main cell area is used.
| this |
A IconView. |
| path |
The path of the item. |
| cell |
The cell renderer, or null. |
| cell_area |
Return location for the cell area. |
|
true if the area was successfully retrieved, false otherwise. |