1 /* GTK - The GIMP Toolkit 2 * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald 3 * 4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser 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 * Lesser General Public License for more details. 13 * 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with this library. If not, see <http://www.gnu.org/licenses/>. 16 */ 17 18 /* 19 * Modified by the GTK+ Team and others 1997-2000. See the AUTHORS 20 * file for a list of people on the GTK+ Team. See the ChangeLog 21 * files for a list of changes. These files are distributed with 22 * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 23 */ 24 25 #ifndef __GTK_A11Y_H__ 26 #define __GTK_A11Y_H__ 27 28 #define __GTK_A11Y_H_INSIDE__ 29 30 #include <gtk/gtk.h> 31 #include <gtk/a11y/gtkarrowaccessible.h> 32 #include <gtk/a11y/gtkbooleancellaccessible.h> 33 #include <gtk/a11y/gtkbuttonaccessible.h> 34 #include <gtk/a11y/gtkcellaccessible.h> 35 #include <gtk/a11y/gtkcellaccessibleparent.h> 36 #include <gtk/a11y/gtkcheckmenuitemaccessible.h> 37 #include <gtk/a11y/gtkcomboboxaccessible.h> 38 #include <gtk/a11y/gtkcontaineraccessible.h> 39 #include <gtk/a11y/gtkcontainercellaccessible.h> 40 #include <gtk/a11y/gtkentryaccessible.h> 41 #include <gtk/a11y/gtkexpanderaccessible.h> 42 #include <gtk/a11y/gtkflowboxaccessible.h> 43 #include <gtk/a11y/gtkflowboxchildaccessible.h> 44 #include <gtk/a11y/gtkframeaccessible.h> 45 #include <gtk/a11y/gtkiconviewaccessible.h> 46 #include <gtk/a11y/gtkimageaccessible.h> 47 #include <gtk/a11y/gtkimagecellaccessible.h> 48 #include <gtk/a11y/gtklabelaccessible.h> 49 #include <gtk/a11y/gtklevelbaraccessible.h> 50 #include <gtk/a11y/gtklinkbuttonaccessible.h> 51 #include <gtk/a11y/gtklistboxaccessible.h> 52 #include <gtk/a11y/gtklistboxrowaccessible.h> 53 #include <gtk/a11y/gtklockbuttonaccessible.h> 54 #include <gtk/a11y/gtkmenuaccessible.h> 55 #include <gtk/a11y/gtkmenubuttonaccessible.h> 56 #include <gtk/a11y/gtkmenuitemaccessible.h> 57 #include <gtk/a11y/gtkmenushellaccessible.h> 58 #include <gtk/a11y/gtknotebookaccessible.h> 59 #include <gtk/a11y/gtknotebookpageaccessible.h> 60 #include <gtk/a11y/gtkplugaccessible.h> 61 #include <gtk/a11y/gtkpopoveraccessible.h> 62 #include <gtk/a11y/gtkpanedaccessible.h> 63 #include <gtk/a11y/gtkprogressbaraccessible.h> 64 #include <gtk/a11y/gtkradiobuttonaccessible.h> 65 #include <gtk/a11y/gtkradiomenuitemaccessible.h> 66 #include <gtk/a11y/gtkrangeaccessible.h> 67 #include <gtk/a11y/gtkrenderercellaccessible.h> 68 #include <gtk/a11y/gtkscaleaccessible.h> 69 #include <gtk/a11y/gtkscalebuttonaccessible.h> 70 #include <gtk/a11y/gtkscrolledwindowaccessible.h> 71 #include <gtk/a11y/gtksocketaccessible.h> 72 #include <gtk/a11y/gtkspinbuttonaccessible.h> 73 #include <gtk/a11y/gtkspinneraccessible.h> 74 #include <gtk/a11y/gtkstackaccessible.h> 75 #include <gtk/a11y/gtkstatusbaraccessible.h> 76 #include <gtk/a11y/gtkswitchaccessible.h> 77 #include <gtk/a11y/gtktextcellaccessible.h> 78 #include <gtk/a11y/gtktextviewaccessible.h> 79 #include <gtk/a11y/gtktogglebuttonaccessible.h> 80 #include <gtk/a11y/gtktoplevelaccessible.h> 81 #include <gtk/a11y/gtktreeviewaccessible.h> 82 #include <gtk/a11y/gtkwidgetaccessible.h> 83 #include <gtk/a11y/gtkwindowaccessible.h> 84 85 #include <gtk/a11y/gtk-a11y-autocleanups.h> 86 87 #undef __GTK_A11Y_H_INSIDE__ 88 89 #endif /* __GTK_A11Y_H__ */ 90