GNOME Bugzilla – Bug 751111
AtkTableCell is not implemented in the wrapper
Last modified: 2015-06-21 22:52:57 UTC
There is not a JAAPI interface which directly corresponds to the tablecell interface but this interface should still be wrapped.[1] [1] https://developer.gnome.org/atk/unstable/AtkTableCell.html
Created attachment 305486 [details] [review] Patch to address problem
Created attachment 305488 [details] [review] Update HACKING file Forgot to update the HACKING file so here's a separate patch for that.
Re-opening: see bug 751183 for more information.
Created attachment 305791 [details] [review] Patch to address problem AtkTableCell extends AtkTable and implements the AtkTableCell interface wrapper functions. This patch contains a jaw_table_cell_get_table wrapper function, other table_cell functions are yet to be implemented so this is just provides the basic wrapper skeleton for AtkTableCell. See https://developer.gnome.org/atk/unstable/AtkTableCell.html