get_cell_area


Description:

[ 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.

Parameters:

this

A IconView.

path

The path of the item.

cell

The cell renderer, or null.

cell_area

Return location for the cell area.

Returns:

true if the area was successfully retrieved, false otherwise.