Package: gtk

Function gtk-tree-view-visible-rect

Lambda List

gtk-tree-view-visible-rect (view)

Arguments

view -- a gtk-tree-view widget

Return Value

A gdk-rectangle instance.

Details

Returns the rectangle with the currently visible region of the tree view buffer, in tree view coordinates. Convert to the bin window coordinates with the function gtk-tree-view-convert-tree-to-bin-window-coords. Tree coordinates start at 0,0 for the first row of the tree view, and cover the entire scrollable area of the tree view.
 

See also

2021-2-26