ComponentIF.getSize

Gets the size of the component in terms of width and height.

More...
interface ComponentIF
void
getSize
(
out int width
,
out int height
)

Parameters

width int

address of gint to put width of component

height int

address of gint to put height of component

Detailed Description

Deprecated: Since 2.12. Use atk_component_get_extents() instead.