GNOME Bugzilla – Bug 742499
Implement bounds-changed signal
Last modified: 2015-07-11 19:47:17 UTC
This signal is necessary to determine when the bounds have changed (duh) and it has not yet been implemented. More information on: https://developer.gnome.org/atk/unstable/AtkComponent.html#AtkComponent.signals
[Moving at-spi/java-atk-wrapper bugs to separate product. See bug 740075]
Created attachment 307298 [details] [review] Implement bounds-changed signal handler I rewrote component listeners to instantiate ComponentAdaptor and call AtkWrapper component methods from Java's component listener methods as seemed to work well already with window events and works nicely with added and removed component events as well as facilitate the bounds-changed signal emission on resize or move.