IA2CommonTypes.idl File Reference


Enumerations

enum  IA2ScrollType {
  IA2_SCROLL_TYPE_TOP_LEFT,
  IA2_SCROLL_TYPE_BOTTOM_RIGHT,
  IA2_SCROLL_TYPE_TOP_EDGE,
  IA2_SCROLL_TYPE_BOTTOM_EDGE,
  IA2_SCROLL_TYPE_LEFT_EDGE,
  IA2_SCROLL_TYPE_RIGHT_EDGE
}
 These constants control the scrolling of an object or substring into a window. More...
enum  IA2CoordinateType {
  IA2_COORDTYPE_SCREEN_RELATIVE,
  IA2_COORDTYPE_PARENT_RELATIVE
}
 These constants define which coordinate system a point is located in. More...

Enumeration Type Documentation

enum IA2CoordinateType
 

These constants define which coordinate system a point is located in.

Enumerator:
IA2_COORDTYPE_SCREEN_RELATIVE  The coordinates are relative to the screen.
IA2_COORDTYPE_PARENT_RELATIVE  The coordinates are relative to the upper left corner of the bounding box of the immediate parent.

enum IA2ScrollType
 

These constants control the scrolling of an object or substring into a window.

Enumerator:
IA2_SCROLL_TYPE_TOP_LEFT  Scroll the top left of the object or substring to the top left of the window (or as close as possible).
IA2_SCROLL_TYPE_BOTTOM_RIGHT  Scroll the bottom right of the object or substring to the bottom right of the window (or as close as possible).
IA2_SCROLL_TYPE_TOP_EDGE  Scroll the top edge of the object or substring to the top edge of the window (or as close as possible).
IA2_SCROLL_TYPE_BOTTOM_EDGE  Scroll the bottom edge of the object or substring to the bottom edge of the window (or as close as possible).
IA2_SCROLL_TYPE_LEFT_EDGE  Scroll the left edge of the object or substring to the left edge of the window (or as close as possible).
IA2_SCROLL_TYPE_RIGHT_EDGE  Scroll the right edge of the object or substring to the right edge of the window (or as close as possible).


Generated on Mon Mar 26 17:38:26 2007 for IAccessible2 API by  doxygen 1.4.6-NO