set_size


Description:

public bool set_size (int width, int height) throws Error

Resizes the specified component to the given coordinates.

Parameters:

this

a pointer to the Component to query.

width

the width to which the component should be resized.

height

the height to which the component should be resized.

Returns:

TRUE if successful; FALSE otherwise.