TreeView.convertWidgetToTreeCoords

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

class TreeView
void
convertWidgetToTreeCoords
(
int wx
,
int wy
,
out int tx
,
out int ty
)

Parameters

wx int

X coordinate relative to the widget

wy int

Y coordinate relative to the widget

tx int

return location for tree X coordinate

ty int

return location for tree Y coordinate

Meta

Since

2.12