Interface

AtspiCollection

Description

interface Atspi.Collection : GObject.Object

No description available.

Prerequisite

In order to implement Collection, your type must inherit fromGObject.

Implementations

Instance methods

atspi_collection_get_active_descendant
No description available.

atspi_collection_get_matches

Gets all AtspiAccessible objects from the collection matching a given rule.

atspi_collection_get_matches_from

Gets all AtspiAccessible objects from the collection, before current_object, matching a given rule.

atspi_collection_get_matches_to

Gets all AtspiAccessible objects from the collection, after current_object, matching a given rule.

atspi_collection_is_ancestor_of

Not yet implemented.