Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-18 09:43:17

0001 /*
0002  * AT-SPI - Assistive Technology Service Provider Interface
0003  * (Gnome Accessibility Project; http://developer.gnome.org/projects/gap)
0004  *
0005  * Copyright 2001, 2002 Sun Microsystems Inc.,
0006  * Copyright 2001, 2002 Ximian, Inc.
0007  *
0008  * This library is free software; you can redistribute it and/or
0009  * modify it under the terms of the GNU Lesser General Public
0010  * License as published by the Free Software Foundation; either
0011  * version 2.1 of the License, or (at your option) any later version.
0012  *
0013  * This library is distributed in the hope that it will be useful,
0014  * but WITHOUT ANY WARRANTY; without even the implied warranty of
0015  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
0016  * Lesser General Public License for more details.
0017  *
0018  * You should have received a copy of the GNU Lesser General Public
0019  * License along with this library; if not, write to the
0020  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
0021  * Boston, MA 02110-1301, USA.
0022  */
0023 
0024 #ifndef _ATSPI_H
0025 #define _ATSPI_H
0026 
0027 #include "glib.h"
0028 
0029 #include "atspi-accessible.h"
0030 #include "atspi-action.h"
0031 #include "atspi-collection.h"
0032 #include "atspi-component.h"
0033 #include "atspi-constants.h"
0034 #include "atspi-device-listener.h"
0035 #include "atspi-document.h"
0036 #include "atspi-editabletext.h"
0037 #include "atspi-event-listener.h"
0038 #include "atspi-hyperlink.h"
0039 #include "atspi-hypertext.h"
0040 #include "atspi-image.h"
0041 #include "atspi-matchrule.h"
0042 #include "atspi-misc.h"
0043 #include "atspi-registry.h"
0044 #include "atspi-relation.h"
0045 #include "atspi-selection.h"
0046 #include "atspi-stateset.h"
0047 #include "atspi-table-cell.h"
0048 #include "atspi-table.h"
0049 #include "atspi-text.h"
0050 #include "atspi-types.h"
0051 #include "atspi-value.h"
0052 
0053 #include "atspi-gmain.h"
0054 
0055 #include "atspi-enum-types.h"
0056 
0057 #include "atspi-version.h"
0058 #endif