Package: gtk
Function gtk:tree-view-background-area
Lambda Listgtk:tree-view-background-area (view path column) ArgumentsReturn ValueThe gdk:rectangle instance with the cell background rectangle. Details
Returns the bounding rectangle in the GDK 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 node not found in the tree, 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 returned rectangle is equivalent to the background value passed to the gtk:cell-renderer-render
function. These background areas tile to cover the entire GDK window. Contrast with the area value, returned by the gtk:tree-view-cell-area
function, which returns only the cell itself, excluding surrounding borders
and the tree expander area. | See also |
#2024-3-10