Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-03-13 08:35:40

0001 /* ATK -  Accessibility Toolkit
0002  * Copyright 2001 Sun Microsystems Inc.
0003  *
0004  * This library is free software; you can redistribute it and/or
0005  * modify it under the terms of the GNU Library General Public
0006  * License as published by the Free Software Foundation; either
0007  * version 2 of the License, or (at your option) any later version.
0008  *
0009  * This library is distributed in the hope that it will be useful,
0010  * but WITHOUT ANY WARRANTY; without even the implied warranty of
0011  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
0012  * Library General Public License for more details.
0013  *
0014  * You should have received a copy of the GNU Library General Public
0015  * License along with this library; if not, write to the
0016  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
0017  * Boston, MA 02111-1307, USA.
0018  */
0019 
0020 #ifndef __ATK_H__
0021 #define __ATK_H__
0022 
0023 #define __ATK_H_INSIDE__
0024 
0025 #include <atk/atk-enum-types.h>
0026 #include <atk/atkaction.h>
0027 #include <atk/atkcomponent.h>
0028 #include <atk/atkdocument.h>
0029 #include <atk/atkeditabletext.h>
0030 #include <atk/atkgobjectaccessible.h>
0031 #include <atk/atkhyperlink.h>
0032 #include <atk/atkhyperlinkimpl.h>
0033 #include <atk/atkhypertext.h>
0034 #include <atk/atkimage.h>
0035 #include <atk/atkmisc.h>
0036 #include <atk/atknoopobject.h>
0037 #include <atk/atknoopobjectfactory.h>
0038 #include <atk/atkobject.h>
0039 #include <atk/atkobjectfactory.h>
0040 #include <atk/atkplug.h>
0041 #include <atk/atkrange.h>
0042 #include <atk/atkregistry.h>
0043 #include <atk/atkrelation.h>
0044 #include <atk/atkrelationset.h>
0045 #include <atk/atkrelationtype.h>
0046 #include <atk/atkselection.h>
0047 #include <atk/atksocket.h>
0048 #include <atk/atkstate.h>
0049 #include <atk/atkstateset.h>
0050 #include <atk/atkstreamablecontent.h>
0051 #include <atk/atktable.h>
0052 #include <atk/atktablecell.h>
0053 #include <atk/atktext.h>
0054 #include <atk/atkutil.h>
0055 #include <atk/atkvalue.h>
0056 #include <atk/atkversion.h>
0057 #include <atk/atkwindow.h>
0058 
0059 #include <atk/atk-autocleanups.h>
0060 
0061 #undef __ATK_H_INSIDE__
0062 
0063 #endif /* __ATK_H__ */