gtkTreeViewGetVisibleRect {RGtk2} | R Documentation |
Fills visible.rect
with the currently-visible region of the
buffer, in tree coordinates. Convert to bin_window coordinates with
gtkTreeViewConvertTreeToBinWindowCoords
.
Tree coordinates start at 0,0 for row 0 of the tree, and cover the entire
scrollable area of the tree.
gtkTreeViewGetVisibleRect(object)
|
[GtkTreeView ] a GtkTreeView |
A list containing the following elements:
|
[GdkRectangle ] rectangle to fill |
Derived by RGtkGen from GTK+ documentation