[Top]
GTK2
GTK2.TreeView
|
Method GTK2.TreeView()->get_background_area()
- Method
get_background_area
GTK2.GdkRectangle get_background_area(GTK2.TreePath path, GTK2.TreeViewColumn column)
- Description
Similar to get_cell_area(). The returned rectangle is equivalent to the
background_area passed to GTK2.CellRenderer->render(). These background
area tiles to cover the entire tree window (except for the area used for
header buttons). Contrast with get_cell_area(), which returns only the
cell itself, excluding surrounding borders and the tree expander area.
|