TreeView.convertWidgetToBinWindowCoords

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

Converts widget coordinates to coordinates for the bin_window.

Parameters

wxX coordinate relative to the widget
wyY coordinate relative to the widget
bxreturn location for bin_window X coordinate
byreturn location for bin_window Y coordinate

Deprecated

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