Package: gtk
Function gtk:icon-view-cell-rect
Lambda Listgtk:icon-view-cell-rect (view path cell) Argumentsview -- a gtk:icon-view widget path -- a gtk:tree-path instance cell -- a gtk:cell-renderer object or nil Return Value The 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. Warning | See also |
#2025-3-3