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

The 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 gtk:tree-view-convert-tree-to-bin-window-coords function. 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

#2024-3-10