IconView.getCellRect
bool getCellRect(gtk.tree_path.TreePath path, gtk.cell_renderer.CellRenderer cell, out gdk.rectangle.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 icon_view is realized.
Parameters
path | a #GtkTreePath |
cell | a #GtkCellRenderer or null |
rect | rectangle to fill with cell rect |
Returns
false if there is no such item, true otherwise