Method
AtkComponentget_position
Declaration [src]
void
atk_component_get_position (
AtkComponent* component,
gint* x,
gint* y,
AtkCoordType coord_type
)
Description [src]
Gets the position of component in the form of
a point specifying component‘s top-left corner.
If the position can not be obtained (e.g. a non-embedded plug or missing support), x and y are set to -1.
| Deprecated since: | Unknown |
Since 2.12. Use | |
Parameters
x |
gint* |
Address of #gint to put x coordinate position. |
|
| The argument will be set by the function. | |
The argument can be NULL. | |
y |
gint* |
Address of #gint to put y coordinate position. |
|
| The argument will be set by the function. | |
The argument can be NULL. | |
coord_type |
AtkCoordType |
Specifies whether the coordinates are relative to the screen or to the components top level window. |