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 (see get_bin_window).
Parameters:
this |
a TreeView |
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 |