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.

class IconView
int
getCellRect

Parameters

path TreePath

a GtkTreePath

cell CellRenderer

a GtkCellRenderer or NULL. [allow-none]

rect Rectangle

rectangle to fill with cell rect. out

Return Value

Type: int

FALSE if there is no such item, TRUE otherwise Since 3.6

Meta