Package: gtk
Function gtk:tree-view-cell-area
Lambda Listgtk:tree-view-cell-area (view path column) ArgumentsReturn ValueThe gdk:rectangle instance with the cell rectangle. Details
Returns the bounding rectangle in bin window coordinates for the cell at the row specified by path and the column specified by column. If the path argument is nil, or points to a path not currently displayed, the y and height fields of the rectangle will be filled with 0. If the column argument is nil, the x and width fields will be filled with 0. The sum of all cell rectangles does
not cover the entire tree. There are extra pixels in between rows, for example. The returned rectangle is equivalent to the area argument passed to the gtk:cell-renderer-snapshot function. This function is
only valid if the tree view is realized. | See also |
#2024-5-16