Enumeration
AtkScrollType
since: 2.30
Description [src]
Specifies where an object should be placed on the screen when using scroll_to.
Available since: 2.30
Members
- 
            ATK_SCROLL_TOP_LEFT
- 
            Scroll the object vertically and horizontally to bring its top left corner to the top left corner of the window. - Value: 0
- Available since: 2.30
 
- Value: 
- 
            ATK_SCROLL_BOTTOM_RIGHT
- 
            Scroll the object vertically and horizontally to bring its bottom right corner to the bottom right corner of the window. - Value: 1
- Available since: 2.30
 
- Value: 
- 
            ATK_SCROLL_TOP_EDGE
- 
            Scroll the object vertically to bring its top edge to the top edge of the window. - Value: 2
- Available since: 2.30
 
- Value: 
- 
            ATK_SCROLL_BOTTOM_EDGE
- 
            Scroll the object vertically to bring its bottom edge to the bottom edge of the window. - Value: 3
- Available since: 2.30
 
- Value: 
- 
            ATK_SCROLL_LEFT_EDGE
- 
            Scroll the object vertically and horizontally to bring its left edge to the left edge of the window. - Value: 4
- Available since: 2.30
 
- Value: 
- 
            ATK_SCROLL_RIGHT_EDGE
- 
            Scroll the object vertically and horizontally to bring its right edge to the right edge of the window. - Value: 5
- Available since: 2.30
 
- Value: 
- 
            ATK_SCROLL_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. - Value: 6
- Available since: 2.30
 
- Value: