GNOME Bugzilla – Bug 752187
JNI: jaw_table_cell_get_row_column_span is missing
Last modified: 2015-07-10 10:50:54 UTC
Some detail about this function on https://git.gnome.org/browse/atk/tree/atk/atktablecell.h#n70 It can be used to figure out the issue that there is no equivalent java function which can be used to get the column or row span without taking arguments so it seems quite useful.
Created attachment 307166 [details] [review] Wrapper: create getRowColumnSpan
Created attachment 307167 [details] [review] JNI; Create jaw_table_cell_get_row_column_span
Created attachment 307168 [details] [review] Update HACKING