gtkTreeViewWidgetToTreeCoords {RGtk2}R Documentation

gtkTreeViewWidgetToTreeCoords

Description

Converts widget coordinates to coordinates for the tree window (the full scrollable area of the tree).

Usage

gtkTreeViewWidgetToTreeCoords(object, wx, wy)

Arguments

object [GtkTreeView] a GtkTreeView
wx [integer] widget X coordinate
wy [integer] widget Y coordinate

Value

A list containing the following elements:

tx [integer] return location for tree X coordinate
ty [integer] return location for tree Y coordinate

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]