GNOME Bugzilla – Bug 740439
wrap atk_editable_text_set_run_attributes ()
Last modified: 2020-11-23 23:46:28 UTC
jaweditabletext.c should be implementing a wrapper function for atk_editable_text_set_run_attributes() to correspond with current API https://developer.gnome.org/atk/unstable/AtkEditableText.html
[Moving at-spi/java-atk-wrapper bugs to separate product. See bug 740075]
Relevant function pointer: https://git.gnome.org/browse/atk/tree/atk/atkeditabletext.h#n52 The corresponding JAAPI AtkEditableText function which should be called: http://docs.oracle.com/javase/8/docs/api/javax/accessibility/AccessibleEditableText.html#setAttributes-int-int-javax.swing.text.AttributeSet-
Created attachment 307437 [details] [review] Wrapper: Create setRunAttributes in AtkEditableText
Created attachment 307438 [details] [review] JNI: Create jaw_editable_text_set_run_attributes
This was commited