2008-05-29 Mark Doffman <mark.doffman@codethink.co.uk>
authorMark Doffman <mdoff@silver-wind.(none)>
Thu, 29 May 2008 15:57:46 +0000 (16:57 +0100)
committerMark Doffman <mdoff@silver-wind.(none)>
Thu, 29 May 2008 16:03:15 +0000 (17:03 +0100)
commit9fc4f70caa2c825f79953b7d88285674e0138025
tree37b4f807b44571081410f21554f5b2edcca10bab
parent866672e4a33e0b5f043699fab555340693943596
2008-05-29 Mark Doffman <mark.doffman@codethink.co.uk>
* my-atk-*
Modify some of the objects to have MyAtkObject
as their parent rather than GObject. This is so they
can act as a standard accessible as well as implementing
their own specialised interface.

* my-atk-selection* my-atk-table*
Add two new interfaces, taken from LSB test suite.
14 files changed:
tests/dummyatk/Makefile.am
tests/dummyatk/my-atk-action.c
tests/dummyatk/my-atk-action.h
tests/dummyatk/my-atk-object.h
tests/dummyatk/my-atk-selection.c [new file with mode: 0644]
tests/dummyatk/my-atk-selection.h [new file with mode: 0644]
tests/dummyatk/my-atk-streamable-content.c
tests/dummyatk/my-atk-streamable-content.h
tests/dummyatk/my-atk-table.c [new file with mode: 0644]
tests/dummyatk/my-atk-table.h [new file with mode: 0644]
tests/dummyatk/my-atk-text.c
tests/dummyatk/my-atk-text.h
tests/dummyatk/my-atk-value.c
tests/dummyatk/my-atk-value.h