Method
AtkComponentget_size
Declaration [src]
void
atk_component_get_size (
AtkComponent* component,
gint* width,
gint* height
)
Description [src]
Gets the size of the component in terms of width and height.
If the size can not be obtained (e.g. a non-embedded plug or missing support), width and height are set to -1.
| Deprecated since: | None |
Since 2.12. Use | |
Parameters
width |
gint* |
Address of #gint to put width of |
|
| The argument will be set by the function. | |
The argument can be NULL. | |
| The instance takes ownership of the data, and is responsible for freeing it. | |
height |
gint* |
Address of #gint to put height of |
|
| The argument will be set by the function. | |
The argument can be NULL. | |
| The instance takes ownership of the data, and is responsible for freeing it. |