TreeView.convertBinWindowToWidgetCoords
void convertBinWindowToWidgetCoords(int bx, int by, out int wx, out int wy)Converts bin_window coordinates (see [gtk.tree_view.TreeView.getBinWindow]) to widget relative coordinates.
Parameters
bx | bin_window X coordinate |
by | bin_window Y coordinate |
wx | return location for widget X coordinate |
wy | return location for widget Y coordinate |