TreeView.convertWidgetToBinWindowCoords
void convertWidgetToBinWindowCoords(int wx, int wy, out int bx, out int by)Converts widget coordinates to coordinates for the bin_window.
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 |
Deprecated
Use [gtk.list_view.ListView] or [gtk.column_view.ColumnView] instead