diff options
author | Padraig O'Briain <padraigo@src.gnome.org> | 2001-05-09 17:21:06 +0000 |
---|---|---|
committer | Padraig O'Briain <padraigo@src.gnome.org> | 2001-05-09 17:21:06 +0000 |
commit | 3c9d927bbeacec90436f53d5eecca478706ce24d (patch) | |
tree | 68a10b3130da138ebd6319fbfd3f523e6e15e605 /atk/atk.h | |
parent | 70f373359027afced7afda327825507745338dc2 (diff) | |
download | atk-3c9d927bbeacec90436f53d5eecca478706ce24d.tar.gz |
Add atk/atkstate.c and atk.atkstate.h
Move interfaces for ATK state from atkobject to atkstate
Add tests for atk_state_* functions in teststateset
Diffstat (limited to 'atk/atk.h')
-rwxr-xr-x | atk/atk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ #include <atk/atkrelation.h> #include <atk/atkrelationset.h> #include <atk/atkselection.h> +#include <atk/atkstate.h> #include <atk/atkstateset.h> #include <atk/atktable.h> #include <atk/atktext.h> |