TreeView.convertTreeToBinWindowCoords

void convertTreeToBinWindowCoords(int tx, int ty, out int bx, out int by)

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

Parameters

txtree X coordinate
tytree Y coordinate
bxreturn location for X coordinate relative to bin_window
byreturn location for Y coordinate relative to bin_window

Deprecated

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