Method
AtkComponentset_extents
Declaration [src]
gboolean
atk_component_set_extents (
AtkComponent* component,
gint x,
gint y,
gint width,
gint height,
AtkCoordType coord_type
)
Parameters
x |
gint |
X coordinate. |
|
y |
gint |
Y coordinate. |
|
width |
gint |
Width to set for |
|
height |
gint |
Height to set for |
|
coord_type |
AtkCoordType |
Specifies whether the coordinates are relative to the screen or to the components top level window. |