]> Pileus Git - ~andy/gtk/commit
Add a test for deriving accessible implementations
authorMatthias Clasen <mclasen@redhat.com>
Thu, 27 Dec 2012 17:02:26 +0000 (12:02 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 27 Dec 2012 17:06:22 +0000 (12:06 -0500)
commit9e9824a0a170d22f41aa6b0f39b16d71e191186a
treea46bb1d1fc39fe95773ee859fff0a6653b5304e0
parentd198ea62963954ac81c2f4be1607173ce839d9a0
Add a test for deriving accessible implementations

This is a trivial example. Just check that we can derive
from GtkButtonAccessible, and have a GtkButton subclass
use the derived accessible implementation.
tests/a11y/Makefile.am
tests/a11y/derive.c [new file with mode: 0644]