Top | Description | Object Hierarchy |
CallyRoot is the root object of the accessibility tree-like hierarchy, exposing the application level.
Somewhat equivalent to GailTopLevel. We consider that this class
expose the a11y information of the ClutterStageManager, as the
children of this object are the different ClutterStage managed (so
the GObject used in the atk_object_initialize()
is the
ClutterStageManager).
struct CallyRoot;
The CallyRoot structure contains only private data and should be accessed using the provided API
Since 1.4
struct CallyRootClass { };
The CallyRootClass structure contains only private data
Since 1.4
AtkObject * cally_root_new (void
);
Creates a new CallyRoot object.
Returns : |
the newly created AtkObject |
Since 1.4