GNOME Bugzilla – Bug 326536
Enhance Accessibility::Table
Last modified: 2006-07-19 10:23:40 UTC
Enhance Accessibility::Table per http://gnome.org/%7Ebillh/at-spi-new-idl/html/html/ area: atk bridge Convenience functions to get row and column extents. Target Gnome 2.16 by the end of July 2006.
filing against api for now.
I think this covers only one new proposed method, getRowColumnExtentsAtIndex the other 'extents' APIs are already implemented and present. Ariel, would you like to take this one? Bill
Yes. I started to look briefly at it yesterday.
Created attachment 67652 [details] [review] Cspi binding for function implemented.
Created attachment 67654 [details] [review] libspi implementation of missing table function.
I have submitted patches for this bug on the two previous comments. It implements boolean getRowColumnExtentsAtIndex (in long index, out long row, out long col, out long row_extents, out long col_extents, out boolean is_selected); I put the above on the idl but prolly Bill might want to put it there himself. Also spi.h includes the changes from document of the other bug. Any comments Bill? ariel
What is the status regarding the code commit?
Created attachment 68822 [details] [review] patch to provide new Table method in cspi, libspi, IDL. Changelog entry.