Method GTK2.TreeView()->get_cell_area()
- Method get_cell_area
GTK2.GdkRectangle
get_cell_area(GTK2.TreePath
path
,GTK2.TreeViewColumn
column
)- Description
Fills the bounding rectangle in tree window coordinates for the cell at the row specified by path and the column specified by column. If path is omitted or 0, or points to a path not currently displayed, the y and height fields of the rectangle will be 0. If column is omitted, the x and width fields will be o. The sum of all cell rects does not cover the entire tree; there are extra pixels in between rows, for example. The returned rectangle is equivalent to the cell_area passed to GTK2.CellRenderer->render(). This function is only valid if the view is realized.