gtkTreeViewConvertTreeToBinWindowCoords {RGtk2}R Documentation

gtkTreeViewConvertTreeToBinWindowCoords

Description

Converts tree coordinates (coordinates in full scrollable area of the tree) to bin_window coordinates.

Usage

gtkTreeViewConvertTreeToBinWindowCoords(object, tx, ty)

Arguments

object [GtkTreeView] a GtkTreeView
tx [integer] tree X coordinate
ty [integer] tree Y coordinate

Details

Since 2.12

Value

A list containing the following elements:

bx [integer] return location for X coordinate relative to bin_window
by [integer] return location for Y coordinate relative to bin_window

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]