convert_widget_to_bin_window_coords
Description:
[ Version ( since = "2.12" ) ]
public void convert_widget_to_bin_window_coords (int wx, int wy, out int bx, out int by)
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, as expected by e.
g. get_path_at_pos.
Parameters:
| this |
a IconView |
| 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 |