summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAline Bessa <alibezz@gmail.com>2011-08-01 19:49:44 -0300
committerMike Gorse <mgorse@novell.com>2011-08-23 22:12:01 -0500
commita914c7782d77274b7b3f85ba166ee07180688c57 (patch)
tree0597da6854b439419a93680f25fb940b7f36920b /doc
parentcc695e66ec50b23f6657c6b3a5c4ed302dd4b51a (diff)
downloadat-spi2-core-a914c7782d77274b7b3f85ba166ee07180688c57.tar.gz
Adding descriptions for atspi-component.
Diffstat (limited to 'doc')
-rw-r--r--doc/libatspi/tmpl/atspi-component.sgml12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/libatspi/tmpl/atspi-component.sgml b/doc/libatspi/tmpl/atspi-component.sgml
index 39e09157..546137e2 100644
--- a/doc/libatspi/tmpl/atspi-component.sgml
+++ b/doc/libatspi/tmpl/atspi-component.sgml
@@ -2,11 +2,19 @@
atspi-component
<!-- ##### SECTION Short_Description ##### -->
-
+ An interface implemented by objects which have onscreen visual
+ representations.
<!-- ##### SECTION Long_Description ##### -->
<para>
-
+ 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.
</para>
<!-- ##### SECTION See_Also ##### -->