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_H__ |
26 | #define __GTK_H__ |
27 | |
28 | #define __GTK_H_INSIDE__ |
29 | |
30 | #include <gdk/gdk.h> |
31 | #include <gtk/gtkaboutdialog.h> |
32 | #include <gtk/gtkaccelgroup.h> |
33 | #include <gtk/gtkaccellabel.h> |
34 | #include <gtk/gtkaccelmap.h> |
35 | #include <gtk/gtkaccessible.h> |
36 | #include <gtk/gtkactionable.h> |
37 | #include <gtk/gtkactionbar.h> |
38 | #include <gtk/gtkadjustment.h> |
39 | #include <gtk/gtkappchooser.h> |
40 | #include <gtk/gtkappchooserdialog.h> |
41 | #include <gtk/gtkappchooserwidget.h> |
42 | #include <gtk/gtkappchooserbutton.h> |
43 | #include <gtk/gtkapplication.h> |
44 | #include <gtk/gtkapplicationwindow.h> |
45 | #include <gtk/gtkaspectframe.h> |
46 | #include <gtk/gtkassistant.h> |
47 | #include <gtk/gtkbbox.h> |
48 | #include <gtk/gtkbin.h> |
49 | #include <gtk/gtkbindings.h> |
50 | #include <gtk/gtkborder.h> |
51 | #include <gtk/gtkbox.h> |
52 | #include <gtk/gtkbuildable.h> |
53 | #include <gtk/gtkbuilder.h> |
54 | #include <gtk/gtkbutton.h> |
55 | #include <gtk/gtkcalendar.h> |
56 | #include <gtk/gtkcellarea.h> |
57 | #include <gtk/gtkcellareabox.h> |
58 | #include <gtk/gtkcellareacontext.h> |
59 | #include <gtk/gtkcelleditable.h> |
60 | #include <gtk/gtkcelllayout.h> |
61 | #include <gtk/gtkcellrenderer.h> |
62 | #include <gtk/gtkcellrendereraccel.h> |
63 | #include <gtk/gtkcellrenderercombo.h> |
64 | #include <gtk/gtkcellrendererpixbuf.h> |
65 | #include <gtk/gtkcellrendererprogress.h> |
66 | #include <gtk/gtkcellrendererspin.h> |
67 | #include <gtk/gtkcellrendererspinner.h> |
68 | #include <gtk/gtkcellrenderertext.h> |
69 | #include <gtk/gtkcellrenderertoggle.h> |
70 | #include <gtk/gtkcellview.h> |
71 | #include <gtk/gtkcheckbutton.h> |
72 | #include <gtk/gtkcheckmenuitem.h> |
73 | #include <gtk/gtkclipboard.h> |
74 | #include <gtk/gtkcolorbutton.h> |
75 | #include <gtk/gtkcolorchooser.h> |
76 | #include <gtk/gtkcolorchooserdialog.h> |
77 | #include <gtk/gtkcolorchooserwidget.h> |
78 | #include <gtk/gtkcolorutils.h> |
79 | #include <gtk/gtkcombobox.h> |
80 | #include <gtk/gtkcomboboxtext.h> |
81 | #include <gtk/gtkcontainer.h> |
82 | #include <gtk/gtkcssprovider.h> |
83 | #include <gtk/gtkcsssection.h> |
84 | #include <gtk/gtkdebug.h> |
85 | #include <gtk/gtkdialog.h> |
86 | #include <gtk/gtkdnd.h> |
87 | #include <gtk/gtkdragdest.h> |
88 | #include <gtk/gtkdragsource.h> |
89 | #include <gtk/gtkdrawingarea.h> |
90 | #include <gtk/gtkeditable.h> |
91 | #include <gtk/gtkentry.h> |
92 | #include <gtk/gtkentrybuffer.h> |
93 | #include <gtk/gtkentrycompletion.h> |
94 | #include <gtk/gtkenums.h> |
95 | #include <gtk/gtkeventbox.h> |
96 | #include <gtk/gtkeventcontroller.h> |
97 | #include <gtk/gtkeventcontrollerkey.h> |
98 | #include <gtk/gtkeventcontrollermotion.h> |
99 | #include <gtk/gtkeventcontrollerscroll.h> |
100 | #include <gtk/gtkexpander.h> |
101 | #include <gtk/gtkfixed.h> |
102 | #include <gtk/gtkfilechooser.h> |
103 | #include <gtk/gtkfilechooserbutton.h> |
104 | #include <gtk/gtkfilechooserdialog.h> |
105 | #include <gtk/gtkfilechoosernative.h> |
106 | #include <gtk/gtkfilechooserwidget.h> |
107 | #include <gtk/gtkfilefilter.h> |
108 | #include <gtk/gtkflowbox.h> |
109 | #include <gtk/gtkfontbutton.h> |
110 | #include <gtk/gtkfontchooser.h> |
111 | #include <gtk/gtkfontchooserdialog.h> |
112 | #include <gtk/gtkfontchooserwidget.h> |
113 | #include <gtk/gtkframe.h> |
114 | #include <gtk/gtkgesture.h> |
115 | #include <gtk/gtkgesturedrag.h> |
116 | #include <gtk/gtkgesturelongpress.h> |
117 | #include <gtk/gtkgesturemultipress.h> |
118 | #include <gtk/gtkgesturepan.h> |
119 | #include <gtk/gtkgesturerotate.h> |
120 | #include <gtk/gtkgesturesingle.h> |
121 | #include <gtk/gtkgesturestylus.h> |
122 | #include <gtk/gtkgestureswipe.h> |
123 | #include <gtk/gtkgesturezoom.h> |
124 | #include <gtk/gtkglarea.h> |
125 | #include <gtk/gtkgrid.h> |
126 | #include <gtk/gtkheaderbar.h> |
127 | #include <gtk/gtkicontheme.h> |
128 | #include <gtk/gtkiconview.h> |
129 | #include <gtk/gtkimage.h> |
130 | #include <gtk/gtkimcontext.h> |
131 | #include <gtk/gtkimcontextinfo.h> |
132 | #include <gtk/gtkimcontextsimple.h> |
133 | #include <gtk/gtkimmulticontext.h> |
134 | #include <gtk/gtkinfobar.h> |
135 | #include <gtk/gtkinvisible.h> |
136 | #include <gtk/gtklabel.h> |
137 | #include <gtk/gtklayout.h> |
138 | #include <gtk/gtklevelbar.h> |
139 | #include <gtk/gtklinkbutton.h> |
140 | #include <gtk/gtklistbox.h> |
141 | #include <gtk/gtkliststore.h> |
142 | #include <gtk/gtklockbutton.h> |
143 | #include <gtk/gtkmain.h> |
144 | #include <gtk/gtkmenu.h> |
145 | #include <gtk/gtkmenubar.h> |
146 | #include <gtk/gtkmenubutton.h> |
147 | #include <gtk/gtkmenuitem.h> |
148 | #include <gtk/gtkmenushell.h> |
149 | #include <gtk/gtkmenutoolbutton.h> |
150 | #include <gtk/gtkmessagedialog.h> |
151 | #include <gtk/gtkmodelbutton.h> |
152 | #include <gtk/gtkmodules.h> |
153 | #include <gtk/gtkmountoperation.h> |
154 | #include <gtk/gtknativedialog.h> |
155 | #include <gtk/gtknotebook.h> |
156 | #include <gtk/gtkoffscreenwindow.h> |
157 | #include <gtk/gtkorientable.h> |
158 | #include <gtk/gtkoverlay.h> |
159 | #include <gtk/gtkpadcontroller.h> |
160 | #include <gtk/gtkpagesetup.h> |
161 | #include <gtk/gtkpapersize.h> |
162 | #include <gtk/gtkpaned.h> |
163 | #include <gtk/gtkplacessidebar.h> |
164 | #include <gtk/gtkpopover.h> |
165 | #include <gtk/gtkpopovermenu.h> |
166 | #include <gtk/gtkprintcontext.h> |
167 | #include <gtk/gtkprintoperation.h> |
168 | #include <gtk/gtkprintoperationpreview.h> |
169 | #include <gtk/gtkprintsettings.h> |
170 | #include <gtk/gtkprogressbar.h> |
171 | #include <gtk/gtkradiobutton.h> |
172 | #include <gtk/gtkradiomenuitem.h> |
173 | #include <gtk/gtkradiotoolbutton.h> |
174 | #include <gtk/gtkrange.h> |
175 | #include <gtk/gtkrecentchooser.h> |
176 | #include <gtk/gtkrecentchooserdialog.h> |
177 | #include <gtk/gtkrecentchoosermenu.h> |
178 | #include <gtk/gtkrecentchooserwidget.h> |
179 | #include <gtk/gtkrecentfilter.h> |
180 | #include <gtk/gtkrecentmanager.h> |
181 | #include <gtk/gtkrender.h> |
182 | #include <gtk/gtkrevealer.h> |
183 | #include <gtk/gtkscale.h> |
184 | #include <gtk/gtkscalebutton.h> |
185 | #include <gtk/gtkscrollable.h> |
186 | #include <gtk/gtkscrollbar.h> |
187 | #include <gtk/gtkscrolledwindow.h> |
188 | #include <gtk/gtksearchbar.h> |
189 | #include <gtk/gtksearchentry.h> |
190 | #include <gtk/gtkselection.h> |
191 | #include <gtk/gtkseparator.h> |
192 | #include <gtk/gtkseparatormenuitem.h> |
193 | #include <gtk/gtkseparatortoolitem.h> |
194 | #include <gtk/gtksettings.h> |
195 | #include <gtk/gtkshortcutlabel.h> |
196 | #include <gtk/gtkshortcutsgroup.h> |
197 | #include <gtk/gtkshortcutssection.h> |
198 | #include <gtk/gtkshortcutsshortcut.h> |
199 | #include <gtk/gtkshortcutswindow.h> |
200 | #include <gtk/gtkshow.h> |
201 | #include <gtk/gtkstacksidebar.h> |
202 | #include <gtk/gtksizegroup.h> |
203 | #include <gtk/gtksizerequest.h> |
204 | #include <gtk/gtkspinbutton.h> |
205 | #include <gtk/gtkspinner.h> |
206 | #include <gtk/gtkstack.h> |
207 | #include <gtk/gtkstackswitcher.h> |
208 | #include <gtk/gtkstatusbar.h> |
209 | #include <gtk/gtkstylecontext.h> |
210 | #include <gtk/gtkstyleprovider.h> |
211 | #include <gtk/gtkswitch.h> |
212 | #include <gtk/gtktextattributes.h> |
213 | #include <gtk/gtktextbuffer.h> |
214 | #include <gtk/gtktextbufferrichtext.h> |
215 | #include <gtk/gtktextchild.h> |
216 | #include <gtk/gtktextiter.h> |
217 | #include <gtk/gtktextmark.h> |
218 | #include <gtk/gtktexttag.h> |
219 | #include <gtk/gtktexttagtable.h> |
220 | #include <gtk/gtktextview.h> |
221 | #include <gtk/gtktogglebutton.h> |
222 | #include <gtk/gtktoggletoolbutton.h> |
223 | #include <gtk/gtktoolbar.h> |
224 | #include <gtk/gtktoolbutton.h> |
225 | #include <gtk/gtktoolitem.h> |
226 | #include <gtk/gtktoolitemgroup.h> |
227 | #include <gtk/gtktoolpalette.h> |
228 | #include <gtk/gtktoolshell.h> |
229 | #include <gtk/gtktooltip.h> |
230 | #include <gtk/gtktestutils.h> |
231 | #include <gtk/gtktreednd.h> |
232 | #include <gtk/gtktreemodel.h> |
233 | #include <gtk/gtktreemodelfilter.h> |
234 | #include <gtk/gtktreemodelsort.h> |
235 | #include <gtk/gtktreeselection.h> |
236 | #include <gtk/gtktreesortable.h> |
237 | #include <gtk/gtktreestore.h> |
238 | #include <gtk/gtktreeview.h> |
239 | #include <gtk/gtktreeviewcolumn.h> |
240 | #include <gtk/gtktypebuiltins.h> |
241 | #include <gtk/gtktypes.h> |
242 | #include <gtk/gtkversion.h> |
243 | #include <gtk/gtkviewport.h> |
244 | #include <gtk/gtkvolumebutton.h> |
245 | #include <gtk/gtkwidget.h> |
246 | #include <gtk/gtkwidgetpath.h> |
247 | #include <gtk/gtkwindow.h> |
248 | #include <gtk/gtkwindowgroup.h> |
249 | |
250 | #ifndef GTK_DISABLE_DEPRECATED |
251 | #include <gtk/deprecated/gtkarrow.h> |
252 | #include <gtk/deprecated/gtkactivatable.h> |
253 | #include <gtk/deprecated/gtkaction.h> |
254 | #include <gtk/deprecated/gtkactiongroup.h> |
255 | #include <gtk/deprecated/gtkalignment.h> |
256 | #include <gtk/deprecated/gtkcolorsel.h> |
257 | #include <gtk/deprecated/gtkcolorseldialog.h> |
258 | #include <gtk/deprecated/gtkfontsel.h> |
259 | #include <gtk/deprecated/gtkgradient.h> |
260 | #include <gtk/deprecated/gtkhandlebox.h> |
261 | #include <gtk/deprecated/gtkhbbox.h> |
262 | #include <gtk/deprecated/gtkhbox.h> |
263 | #include <gtk/deprecated/gtkhpaned.h> |
264 | #include <gtk/deprecated/gtkhsv.h> |
265 | #include <gtk/deprecated/gtkhscale.h> |
266 | #include <gtk/deprecated/gtkhscrollbar.h> |
267 | #include <gtk/deprecated/gtkhseparator.h> |
268 | #include <gtk/deprecated/gtkiconfactory.h> |
269 | #include <gtk/deprecated/gtkimagemenuitem.h> |
270 | #include <gtk/deprecated/gtkmisc.h> |
271 | #include <gtk/deprecated/gtknumerableicon.h> |
272 | #include <gtk/deprecated/gtkradioaction.h> |
273 | #include <gtk/deprecated/gtkrc.h> |
274 | #include <gtk/deprecated/gtkrecentaction.h> |
275 | #include <gtk/deprecated/gtkstatusicon.h> |
276 | #include <gtk/deprecated/gtkstock.h> |
277 | #include <gtk/deprecated/gtkstyle.h> |
278 | #include <gtk/deprecated/gtkstyleproperties.h> |
279 | #include <gtk/deprecated/gtksymboliccolor.h> |
280 | #include <gtk/deprecated/gtktable.h> |
281 | #include <gtk/deprecated/gtktearoffmenuitem.h> |
282 | #include <gtk/deprecated/gtkthemingengine.h> |
283 | #include <gtk/deprecated/gtktoggleaction.h> |
284 | #include <gtk/deprecated/gtkuimanager.h> |
285 | #include <gtk/deprecated/gtkvbbox.h> |
286 | #include <gtk/deprecated/gtkvbox.h> |
287 | #include <gtk/deprecated/gtkvpaned.h> |
288 | #include <gtk/deprecated/gtkvscale.h> |
289 | #include <gtk/deprecated/gtkvscrollbar.h> |
290 | #include <gtk/deprecated/gtkvseparator.h> |
291 | #endif /* GTK_DISABLE_DEPRECATED */ |
292 | |
293 | #include <gtk/gtk-autocleanups.h> |
294 | |
295 | #undef __GTK_H_INSIDE__ |
296 | |
297 | #endif /* __GTK_H__ */ |
298 | |