After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 358189 - Add methods for getting coordinates
Add methods for getting coordinates
Status: RESOLVED FIXED
Product: lsr
Classification: Deprecated
Component: core
0.3.x
Other Linux
: High normal
: 0.3.1
Assigned To: LSR maintainers
LSR maintainers
Depends on:
Blocks: 358186
 
 
Reported: 2006-09-28 20:21 UTC by Peter Parente
Modified: 2007-04-26 13:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter Parente 2006-09-28 20:21:35 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.
Comment 1 Peter Parente 2006-10-09 04:18:31 UTC
getAccVisualExtents returns bounding box for control and item. getAccVisualPoint returns center point of control, item, and caret position.