From a914c7782d77274b7b3f85ba166ee07180688c57 Mon Sep 17 00:00:00 2001 From: Aline Bessa Date: Mon, 1 Aug 2011 19:49:44 -0300 Subject: [PATCH] Adding descriptions for atspi-component. --- doc/libatspi/tmpl/atspi-component.sgml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/libatspi/tmpl/atspi-component.sgml b/doc/libatspi/tmpl/atspi-component.sgml index 39e0915..546137e 100644 --- a/doc/libatspi/tmpl/atspi-component.sgml +++ b/doc/libatspi/tmpl/atspi-component.sgml @@ -2,11 +2,19 @@ atspi-component - + An interface implemented by objects which have onscreen visual + representations. - + The Component interface is implemented by objects which occupy on-screen + space, e.g. objects which have onscreen visual representations. The methods + in Component allow clients to identify where the objects lie in the onscreen + coordinate system, their relative size, stacking order, and position. It + also provides a mechanism whereby keyboard focus may be transferred to + specific user interface elements programmatically. This is a 2D API. + Coordinates of 3D objects are projected into the 2-dimensional screen view + for purposes of this interface. -- 2.7.4