These constants define which coordinate system a point is located in. More...
import "nsIAccessibleTypes.idl";
Public Attributes | |
| const unsigned long | COORDTYPE_SCREEN_RELATIVE = 0x00 |
| The coordinates are relative to the screen. | |
| const unsigned long | COORDTYPE_WINDOW_RELATIVE = 0x01 |
| The coordinates are relative to the window. | |
| const unsigned long | COORDTYPE_PARENT_RELATIVE = 0x02 |
| The coordinates are relative to the upper left corner of the bounding box of the immediate parent. | |
These constants define which coordinate system a point is located in.
| const unsigned long nsIAccessibleCoordinateType::COORDTYPE_PARENT_RELATIVE = 0x02 |
The coordinates are relative to the upper left corner of the bounding box of the immediate parent.
| const unsigned long nsIAccessibleCoordinateType::COORDTYPE_SCREEN_RELATIVE = 0x00 |
The coordinates are relative to the screen.
| const unsigned long nsIAccessibleCoordinateType::COORDTYPE_WINDOW_RELATIVE = 0x01 |
The coordinates are relative to the window.
1.7.1