Component.setExtents

bool setExtents(int x, int y, int width, int height, atk.types.CoordType coordType)

Sets the extents of component.

Parameters

xx coordinate
yy coordinate
widthwidth to set for component
heightheight to set for component
coordTypespecifies whether the coordinates are relative to the screen or to the components top level window

Returns

true or false whether the extents were set or not