Package: gtk

Function gtk-icon-view-cell-rect

Lambda List

gtk-icon-view-cell-rect (view path cell)

Arguments

view -- a gtk-icon-view widget
path -- a gtk-tree-path instance
cell -- a gtk-cell-renderer object or nil

Return Value

A gdk-rectangle instance with the cell rectangle or nil.

Details

Returns the bounding rectangle in widget coordinates for the cell specified by path and cell. If cell is nil the main cell area is used. This function is only valid if view is realized.
 

See also

2021-3-9