|
-
AtkAction : allows an object to be activated
- i.e. click, press,
toggle, expand, etc.
-
AtkComponent : gives screen geometry information
- implemented by all "GUI" components (but not, perhaps, "UI" components)
-
AtkImage : provides information about images
-
AtkSelection : allows items in a container object to be selected
-
AtkTable : child objects are arranged by row/column
-
AtkText : provides access to text content
-
AtkEditableText : allows text to be edited
-
AtkHypertext : object contains links associated
with offsets
-
AtkStreamableContent : provides streaming access to
backing data
|