GNOME Bugzilla – Bug 727313
a11y: do not use deprecated a11y functions.
Last modified: 2014-04-02 09:54:48 UTC
The function atk_component_get_position has been deprecated in favor of atk_component_get_extents and the index based functions of atk_table has been deprecated. The code in gtk/a11y could be fixed up to avoid these deprecated functions.
Created attachment 273246 [details] [review] a11y: atk_component_get_position is deprecated Switch to using atk_component_get_extents instead.
Created attachment 273247 [details] [review] a11y: atk_table_get_row_at_index is deprecated Do not use deprecated index based AtkTable functions use static helper instead.
Attachment 273246 [details] pushed as e7962f5 - a11y: atk_component_get_position is deprecated Attachment 273247 [details] pushed as b29bbc6 - a11y: atk_table_get_row_at_index is deprecated