IconView.getCellRect

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.

More...

Parameters

path gtk.tree_path.TreePath
cell gtk.cell_renderer.CellRenderer
rect gdk.rectangle.Rectangle

rectangle to fill with cell rect

Return Value

Type: bool

false if there is no such item, true otherwise

Detailed Description

Deprecated: Use gtk.grid_view.GridView instead