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
wx | X coordinate relative to the widget |
wy | Y coordinate relative to the widget |
bx | return location for bin_window X coordinate |
by | return location for bin_window Y coordinate |