2001-12-10 Michael Meeks <michael@ximian.com>
[platform/core/uifw/at-spi2-atk.git] / libspi / libspi.h
1 /* ATK -  Accessibility Toolkit
2  * Copyright 2001 Ximian, Inc.
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Library General Public
6  * License as published by the Free Software Foundation; either
7  * version 2 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Library General Public License for more details.
13  *
14  * You should have received a copy of the GNU Library General Public
15  * License along with this library; if not, write to the
16  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17  * Boston, MA 02111-1307, USA.
18  *
19  * libspi.h: the main include header for libspi.
20  */
21 #ifndef LIBSPI_H_
22 #define LIBSPI_H_
23
24 #include <libspi/Accessibility.h>
25 #include <libspi/accessible.h>
26 #include <libspi/action.h>
27 #include <libspi/application.h>
28 #include <libspi/component.h>
29 #include <libspi/desktop.h>
30 #include <libspi/editabletext.h>
31 #include <libspi/hyperlink.h>
32 #include <libspi/hypertext.h>
33 #include <libspi/image.h>
34 #include <libspi/relation.h>
35 #include <libspi/selection.h>
36 #include <libspi/table.h>
37 #include <libspi/text.h>
38 #include <libspi/value.h>
39 #include <libspi/listener.h>
40 #include <libspi/eventlistener.h>
41 #include <libspi/keystrokelistener.h>
42 #include <libspi/deviceeventcontroller.h>
43 #include <libspi/registry.h>
44 #include <libspi/keymasks.h>
45
46 #endif /* LIBSPI_H_ */