get_cell_rect


Description:

[ Version ( since = "3.6" ) ]
public bool get_cell_rect (TreePath path, CellRenderer? cell, out Rectangle rect)

Fills the bounding rectangle in widget coordinates for the cell specified by path and cell.

If cell is null the main cell area is used.

This function is only valid if this is realized.

Parameters:

this

a IconView

path

a TreePath

cell

a CellRenderer or null

rect

rectangle to fill with cell rect

Returns:

false if there is no such item, true otherwise