TreeView.convertBinWindowToWidgetCoords

void convertBinWindowToWidgetCoords(int bx, int by, out int wx, out int wy)

Converts bin_window coordinates to widget relative coordinates.

Parameters

bxbin_window X coordinate
bybin_window Y coordinate
wxreturn location for widget X coordinate
wyreturn location for widget Y coordinate

Deprecated

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