[ Version ( since = "2.12" ) ]
public void convert_widget_to_bin_window_coords (int wx, int wy, out int bx, out int by)
Converts widget coordinates to coordinates for the bin_window.
Use [class@Gtk.ListView] or [class@Gtk.ColumnView] instead
| this |
a `GtkTreeView` |
| 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 |