Module: Atk::ScrollType

Defined in:
(unknown)

Constant Summary collapse

TOP_LEFT =

Scroll the object vertically and horizontally to bring

its top left corner to the top left corner of the window.
0 or :top_left
BOTTOM_RIGHT =

Scroll the object vertically and horizontally to

bring its bottom right corner to the bottom right corner of the window.
1 or :bottom_right
TOP_EDGE =

Scroll the object vertically to bring its top edge to

the top edge of the window.
2 or :top_edge
BOTTOM_EDGE =

Scroll the object vertically to bring its bottom

edge to the bottom edge of the window.
3 or :bottom_edge
LEFT_EDGE =

Scroll the object vertically and horizontally to bring

its left edge to the left edge of the window.
4 or :left_edge
RIGHT_EDGE =

Scroll the object vertically and horizontally to

bring its right edge to the right edge of the window.
5 or :right_edge
ANYWHERE =

Scroll the object vertically and horizontally so that

as much as possible of the object becomes visible. The exact placement is
determined by the application.
6 or :anywhere