TreeView.convertWidgetToBinWindowCoords

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

Converts widget coordinates to coordinates for the bin_window (see [gtk.tree_view.TreeView.getBinWindow]).

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