Collection
Object Hierarchy:
Description:
[
CCode ( type_id =
"atspi_collection_get_type ()" ) ]
public interface Collection :
Object
All known implementing classes:
Content:
Methods:
- public Accessible get_active_descendant () throws Error
- public Array<Accessible> get_matches (MatchRule rule, CollectionSortOrder sortby, int count, bool traverse) throws Error
Gets all Accessible
objects from the this matching a given rule
.
- public Array<Accessible> get_matches_from (Accessible current_object, MatchRule rule, CollectionSortOrder sortby, CollectionTreeTraversalType tree, int count, bool traverse) throws Error
Gets all Accessible
objects from the this, before current_object
, matching a given rule
.
- public Array<Accessible> get_matches_to (Accessible current_object, MatchRule rule, CollectionSortOrder sortby, CollectionTreeTraversalType tree, bool limit_scope, int count, bool traverse) throws Error
Gets all Accessible
objects from the this, after current_object
, matching a given rule
.
- public bool is_ancestor_of (Accessible test) throws Error
Not yet implemented.
Inherited Members:
All known members inherited from class GLib.Object