widget_to_icon_coords


Description:

public void widget_to_icon_coords (int wx, int wy, int ix, int iy)

Converts widget coordinates to coordinates for the icon window (the full scrollable area of the icon view).

Parameters:

this

a IconView.

wx

widget x coordinate.

wy

widget y coordinate.

ix

return location for icon x coordinate or null.

iy

return location for icon y coordinate or null.