ScrollType
Description:
[ CCode ( cprefix = "ATSPI_SCROLL_" , type_id = "atspi_scroll_type_get_type ()" ) ]
public enum ScrollType
Enumeration used by interface Accessible to specify where an
Accessible object should be placed on the screen when using scroll_to.
Content:
Enum values:
- ANYWHERE - Scroll the object to
application-dependent position on the window.
- BOTTOM_EDGE - Scroll the object to the
bottom edge of the window.
- BOTTOM_RIGHT - Scroll the object to
the bottom right corner of the window.
- LEFT_EDGE - Scroll the object to the
left edge of the window.
- RIGHT_EDGE - Scroll the object to the
right edge of the window.
- TOP_EDGE - Scroll the object to the top
edge of the window.
- TOP_LEFT - Scroll the object to the top
left corner of the window.