Enumeration (GI Enum)

Atspi-2.0AtspiScrollType

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

Index

Enumeration Members

ANYWHERE: number

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

BOTTOM_EDGE: number

Scroll the object to the bottom edge of the window.

BOTTOM_RIGHT: number

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

LEFT_EDGE: number

Scroll the object to the left edge of the window.

RIGHT_EDGE: number

Scroll the object to the right edge of the window.

TOP_EDGE: number

Scroll the object to the top edge of the window.

TOP_LEFT: number

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