Component.setExtents

Sets the extents of component.

interface Component
bool
setExtents

Parameters

x int

x coordinate

y int

y coordinate

width int

width to set for component

height int

height to set for component

coordType atk.types.CoordType

specifies whether the coordinates are relative to the screen or to the components top level window

Return Value

Type: bool

true or false whether the extents were set or not