diff options
author | Bill Haneman <billh@src.gnome.org> | 2006-06-29 17:18:49 +0000 |
---|---|---|
committer | Bill Haneman <billh@src.gnome.org> | 2006-06-29 17:18:49 +0000 |
commit | cce2ac695d7bd357bed8941b9086bce6f30b1ab8 (patch) | |
tree | 39bc8b5dfe6e7ebbf2bd2a4af9f3927eb6c087cc /atk/atk.h | |
parent | cb4ef999bc51cb5558a689abf0208e3994b88407 (diff) | |
download | atk-cce2ac695d7bd357bed8941b9086bce6f30b1ab8.tar.gz |
Added AtkHyperlinkImpl interface. See RFE #344284.
Diffstat (limited to 'atk/atk.h')
-rwxr-xr-x | atk/atk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ #include <atk/atkeditabletext.h> #include <atk/atkgobjectaccessible.h> #include <atk/atkhyperlink.h> +#include <atk/atkhyperlinkimpl.h> #include <atk/atkhypertext.h> #include <atk/atkimage.h> #include <atk/atknoopobject.h> |