Description Usage Arguments Details Author(s)
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
.
1 | gtkTreeViewScrollToPoint(object, tree.x, tree.y)
|
|
a |
|
X coordinate of new top-left pixel of visible area, or -1 |
|
Y coordinate of new top-left pixel of visible area, or -1 |
If either tree.x
or tree.y
are -1, then that direction isn't scrolled.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.