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 752188 - JNI: jaw_table_cell_get_row_span is missing
JNI: jaw_table_cell_get_row_span is missing
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
0.33.x
Other Linux
: Normal normal
: ---
Assigned To: Magdalen Berns (irc magpie)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-07-09 18:27 UTC by Magdalen Berns (irc magpie)
Modified: 2015-07-10 10:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Wrapper create getRowSpan (1.16 KB, patch)
2015-07-09 18:44 UTC, Magdalen Berns (irc magpie)
committed Details | Review
JNI: Create jaw_table_cell_get_row_span (2.04 KB, patch)
2015-07-09 18:45 UTC, Magdalen Berns (irc magpie)
committed Details | Review
Update hacking (601 bytes, patch)
2015-07-09 18:50 UTC, Magdalen Berns (irc magpie)
committed Details | Review
Minor formatting improvement (854 bytes, patch)
2015-07-10 10:54 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2015-07-09 18:27:25 UTC
The implementation for this is a bit fiddly but it may still be useful to have.

https://git.gnome.org/browse/atk/tree/atk/atktablecell.h#n68
Comment 1 Magdalen Berns (irc magpie) 2015-07-09 18:44:36 UTC
Created attachment 307169 [details] [review]
Wrapper create getRowSpan
Comment 2 Magdalen Berns (irc magpie) 2015-07-09 18:45:40 UTC
Created attachment 307170 [details] [review]
JNI: Create jaw_table_cell_get_row_span
Comment 3 Magdalen Berns (irc magpie) 2015-07-09 18:50:00 UTC
Created attachment 307172 [details] [review]
Update hacking
Comment 4 Magdalen Berns (irc magpie) 2015-07-10 10:54:57 UTC
Created attachment 307218 [details] [review]
Minor formatting improvement