TreeView.convertTreeToWidgetCoords

void convertTreeToWidgetCoords(int tx, int ty, out int wx, out int wy)

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

Parameters

txX coordinate relative to the tree
tyY coordinate relative to the tree
wxreturn location for widget X coordinate
wyreturn location for widget Y coordinate

Deprecated

Use [gtk.list_view.ListView] or [gtk.column_view.ColumnView] instead