gtkTreeViewGetVisibleRect {RGtk2}R Documentation

gtkTreeViewGetVisibleRect

Description

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.

Usage

gtkTreeViewGetVisibleRect(object)

Arguments

object [GtkTreeView] a GtkTreeView

Value

A list containing the following elements:

visible.rect [GdkRectangle] rectangle to fill

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]