gtkTreeViewGetVisibleRect {RGtk2} | R Documentation |
Fills visible.rect
with the currently-visible region of the
buffer, in tree coordinates. Convert to widget coordinates with
gtkTreeViewTreeToWidgetCoords
. 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