]> Pileus Git - ~andy/gtk/blob - gtk/gtk-a11y.h
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtk-a11y.h
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/gtkframeaccessible.h>
43 #include <gtk/a11y/gtkiconviewaccessible.h>
44 #include <gtk/a11y/gtkimageaccessible.h>
45 #include <gtk/a11y/gtkimagecellaccessible.h>
46 #include <gtk/a11y/gtklabelaccessible.h>
47 #include <gtk/a11y/gtklevelbaraccessible.h>
48 #include <gtk/a11y/gtklinkbuttonaccessible.h>
49 #include <gtk/a11y/gtklockbuttonaccessible.h>
50 #include <gtk/a11y/gtkmenuaccessible.h>
51 #include <gtk/a11y/gtkmenuitemaccessible.h>
52 #include <gtk/a11y/gtkmenushellaccessible.h>
53 #include <gtk/a11y/gtknotebookaccessible.h>
54 #include <gtk/a11y/gtknotebookpageaccessible.h>
55 #include <gtk/a11y/gtkpanedaccessible.h>
56 #include <gtk/a11y/gtkprogressbaraccessible.h>
57 #include <gtk/a11y/gtkradiobuttonaccessible.h>
58 #include <gtk/a11y/gtkradiomenuitemaccessible.h>
59 #include <gtk/a11y/gtkrangeaccessible.h>
60 #include <gtk/a11y/gtkrenderercellaccessible.h>
61 #include <gtk/a11y/gtkscaleaccessible.h>
62 #include <gtk/a11y/gtkscalebuttonaccessible.h>
63 #include <gtk/a11y/gtkscrolledwindowaccessible.h>
64 #include <gtk/a11y/gtkspinbuttonaccessible.h>
65 #include <gtk/a11y/gtkspinneraccessible.h>
66 #include <gtk/a11y/gtkstatusbaraccessible.h>
67 #include <gtk/a11y/gtkswitchaccessible.h>
68 #include <gtk/a11y/gtktextcellaccessible.h>
69 #include <gtk/a11y/gtktextviewaccessible.h>
70 #include <gtk/a11y/gtktogglebuttonaccessible.h>
71 #include <gtk/a11y/gtktoplevelaccessible.h>
72 #include <gtk/a11y/gtktreeviewaccessible.h>
73 #include <gtk/a11y/gtkwidgetaccessible.h>
74 #include <gtk/a11y/gtkwindowaccessible.h>
75
76 #undef __GTK_A11Y_H_INSIDE__
77
78 #endif /* __GTK_A11Y_H__ */