Enumeration

AtspiScrollType

Declaration

enum Atspi.ScrollType

Description [src]

Enumeration used by interface AtspiAccessible to specify where an AtspiAccessible object should be placed on the screen when using scroll_to.

Members

Name Description
ATSPI_SCROLL_TOP_LEFT

Scroll the object to the top left corner of the window.

ATSPI_SCROLL_BOTTOM_RIGHT

Scroll the object to the bottom right corner of the window.

ATSPI_SCROLL_TOP_EDGE

Scroll the object to the top edge of the window.

ATSPI_SCROLL_BOTTOM_EDGE

Scroll the object to the bottom edge of the window.

ATSPI_SCROLL_LEFT_EDGE

Scroll the object to the left edge of the window.

ATSPI_SCROLL_RIGHT_EDGE

Scroll the object to the right edge of the window.

ATSPI_SCROLL_ANYWHERE

Scroll the object to application-dependent position on the window.