TreeView.convertWidgetToTreeCoords

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

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. out

ty int

return location for tree Y coordinate. out

Meta