Enumeration (GI Enum)

Atspi-2.0AtspiCollectionMatchType

Enumeration used by Atspi.MatchRule to specify how to interpret Atspi.Accessible objects.

Index

Enumeration Members

Enumeration Members

ALL: number

TRUE if all of the criteria are met.

ANY: number

TRUE if any of the criteria are met.

EMPTY: number

Same as ATSPI_Collection_MATCH_ALL if the criteria is non-empty; for empty criteria this rule requires returned value to also have empty set.

INVALID: number

Indicates an error condition or uninitialized value.

LAST_DEFINED: number

Used only to determine the end of the enumeration.

NONE: number

TRUE if none of the criteria are met.