set_child_bounds


Description:

protected void set_child_bounds (Widget child, int x1, int y1, int x2, int y2)

Sets the bounding rectangles for a child widget.

Parameters:

child

The target child widget.

x1

The left x coordinate.

y1

The top y coordinate.

x2

The right x coordinate.

x2

The bottom y coordinate.