After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 751111 - AtkTableCell is not implemented in the wrapper
AtkTableCell is not implemented in the wrapper
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Magdalen Berns (irc magpie)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-06-17 14:32 UTC by Magdalen Berns (irc magpie)
Modified: 2015-06-21 22:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to address problem (9.89 KB, patch)
2015-06-17 15:02 UTC, Magdalen Berns (irc magpie)
committed Details | Review
Update HACKING file (1.55 KB, patch)
2015-06-17 15:15 UTC, Magdalen Berns (irc magpie)
committed Details | Review
Patch to address problem (10.56 KB, patch)
2015-06-21 22:52 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2015-06-17 14:32:12 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
Comment 1 Magdalen Berns (irc magpie) 2015-06-17 15:02:26 UTC
Created attachment 305486 [details] [review]
Patch to address problem
Comment 2 Magdalen Berns (irc magpie) 2015-06-17 15:15:31 UTC
Created attachment 305488 [details] [review]
Update HACKING file

Forgot to update the HACKING file so here's a separate patch for that.
Comment 3 Magdalen Berns (irc magpie) 2015-06-21 20:53:31 UTC
Re-opening: see bug 751183 for more information.
Comment 4 Magdalen Berns (irc magpie) 2015-06-21 22:52:44 UTC
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