Enumeration

AtspiCollectionSortOrder

Declaration

enum Atspi.CollectionSortOrder

Description [src]

Enumeration used by interface AtspiCollection to specify the way AtspiAccesible objects should be sorted.

Members

Name Description
ATSPI_Collection_SORT_ORDER_INVALID

Invalid sort order.

ATSPI_Collection_SORT_ORDER_CANONICAL

Canonical sort order.

ATSPI_Collection_SORT_ORDER_FLOW

Flow sort order.

ATSPI_Collection_SORT_ORDER_TAB

Tab sort order.

ATSPI_Collection_SORT_ORDER_REVERSE_CANONICAL

Reverse canonical sort order.

ATSPI_Collection_SORT_ORDER_REVERSE_FLOW

Reverse flow sort order.

ATSPI_Collection_SORT_ORDER_REVERSE_TAB

Reverse tab sort order.

ATSPI_Collection_SORT_ORDER_LAST_DEFINED

Used only to determine the end of the enumeration.