set_icon_geometry


Description:

public void set_icon_geometry (int x, int y, int width, int height)

Sets the icon geometry for this.

A typical use case for this is the destination of the minimization animation of this.

Parameters:

this

a Window.

x

X coordinate in pixels.

y

Y coordinate in pixels.

width

width in pixels.

height

height in pixels.