1/* ATK - Accessibility Toolkit
2 * Copyright 2001 Sun Microsystems 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
20#ifndef __ATK_H__
21#define __ATK_H__
22
23#define __ATK_H_INSIDE__
24
25#include <atk/atkobject.h>
26#include <atk/atkaction.h>
27#include <atk/atkcomponent.h>
28#include <atk/atkdocument.h>
29#include <atk/atkeditabletext.h>
30#include <atk/atk-enum-types.h>
31#include <atk/atkgobjectaccessible.h>
32#include <atk/atkhyperlink.h>
33#include <atk/atkhyperlinkimpl.h>
34#include <atk/atkhypertext.h>
35#include <atk/atkimage.h>
36#include <atk/atknoopobject.h>
37#include <atk/atknoopobjectfactory.h>
38#include <atk/atkobjectfactory.h>
39#include <atk/atkplug.h>
40#include <atk/atkrange.h>
41#include <atk/atkregistry.h>
42#include <atk/atkrelation.h>
43#include <atk/atkrelationset.h>
44#include <atk/atkrelationtype.h>
45#include <atk/atkselection.h>
46#include <atk/atksocket.h>
47#include <atk/atkstate.h>
48#include <atk/atkstateset.h>
49#include <atk/atkstreamablecontent.h>
50#include <atk/atktable.h>
51#include <atk/atktablecell.h>
52#include <atk/atktext.h>
53#include <atk/atkutil.h>
54#include <atk/atkmisc.h>
55#include <atk/atkvalue.h>
56#include <atk/atkversion.h>
57#include <atk/atkwindow.h>
58
59#undef __ATK_H_INSIDE__
60
61#endif /* __ATK_H__ */
62

source code of include/atk-1.0/atk/atk.h