Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkTreeViewScrollToPoint

gtkTreeViewScrollToPoint


Description

Scrolls the tree view such that the top-left corner of the visible area is tree.x, tree.y, where tree.x and tree.y are specified in tree coordinates. The tree.view must be realized before this function is called. If it isn't, you probably want to be using gtkTreeViewScrollToCell.

Usage

gtkTreeViewScrollToPoint(object, tree.x, tree.y)

Arguments

object

a GtkTreeView

tree.x

X coordinate of new top-left pixel of visible area, or -1

tree.y

Y coordinate of new top-left pixel of visible area, or -1

Details

If either tree.x or tree.y are -1, then that direction isn't scrolled.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.