GNOME Bugzilla – Bug 358189
Add methods for getting coordinates
Last modified: 2007-04-26 13:44:16 UTC
getAccBounds should return the rectangular bounding box for a given POR. getAccPoint (name?) should return a 2D point within the accessible bounds representing the ideal focal point on the screen given a POR. For instance, the point could represent the caret location, the mouse cursor position, part of a selected item in a list, etc.
getAccVisualExtents returns bounding box for control and item. getAccVisualPoint returns center point of control, item, and caret position.