TreeView.getVisibleRect
void getVisibleRect(out gdk.rectangle.Rectangle visibleRect)Fills visible_rect with the currently-visible region of the buffer, in tree coordinates. Convert to bin_window coordinates with [gtk.tree_view.TreeView.convertTreeToBinWindowCoords]. Tree coordinates start at 0,0 for row 0 of the tree, and cover the entire scrollable area of the tree.
Parameters
visibleRect | rectangle to fill |
Deprecated
Use [gtk.list_view.ListView] or [gtk.column_view.ColumnView] instead