GNOME Bugzilla – Bug 491998
Description of AtkRectangle structure is missing
Last modified: 2013-08-13 10:08:17 UTC
The documentation does not describe the AtkRectangle structure although it is defined in atkcomponent.h and is used as an argument of a callback function for the "bounds-changed" signal in AtkComponent. The structure contains the coordinates and dimensions of a component. It should also be specified which coordinate type is used: absolute (screen coordinates, ATK_XY_SCREEN) or relative (window coordinates, ATK_XY_WINDOW).
Still an issue
[Mass-reassigning open atk bug reports for better trackability as requested in https://bugzilla.gnome.org/show_bug.cgi?id=653179 . PLEASE NOTE: If you have watched the previous assignee of this bug report as a workaround for actually getting notified of changes in atk bugs, you yourself will now have to add atk-maint@gnome.bugs to your watchlist at the bottom of https://bugzilla.gnome.org/userprefs.cgi?tab=email to keep watching atk bug reports in GNOME Bugzilla. Sorry for the noise: Feel free to filter for this comment in order to mass-delete the triggered bugmail.]
commit 7c2fd74c8c92eb039cd8ac01255d55caed399703 Author: Alejandro Piñeiro <apinheiro@igalia.com> Date: Tue Aug 13 12:07:22 2013 +0200 docs: Add documentation for AtkRectangle https://bugzilla.gnome.org/show_bug.cgi?id=491998