GNOME Bugzilla – Bug 745343
AtkWindow signals are implemented in jawobject.c
Last modified: 2015-06-17 17:12:44 UTC
Since ATK 2.2, an interface called AtkWindow which defines the signals which are currently in jawobject was created in ATK. It would be good to create jawwindow.c and start on reimplementing signals in line with AtkWindow. As mentioned on a11y-devel mailing list, there using the existing example of implemented in clutter which can be referenced, as a guide.[1,2] [1] https://mail.gnome.org/archives/gnome-accessibility-devel/2014-November/msg00012.html [2]
Created attachment 304685 [details] [review] Patch to address problem
Created attachment 304701 [details] [review] Removed string.h include because it isn't needed
I am reopening because I would prefer to initalise the windows interface instead of accessing the signals via JawWindowClass.
Created attachment 305009 [details] [review] Patch to address problem
Created attachment 305498 [details] [review] HACKING update to reflect changes