ComponentIF.getExtents

Gets the rectangle which gives the extent of the @component.

interface ComponentIF
void
getExtents
(
int* x
,
int* y
,
int* width
,
int* height
,)

Parameters

x int*

address of #gint to put x coordinate

y int*

address of #gint to put y coordinate

width int*

address of #gint to put width

height int*

address of #gint to put height

coordType AtkCoordType

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

Meta