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, write to the
16 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17 * Boston, MA 02111-1307, USA.
18 */
19
20/*
21 * Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
22 * file for a list of people on the GTK+ Team. See the ChangeLog
23 * files for a list of changes. These files are distributed with
24 * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
25 */
26
27#ifndef __GTK_H__
28#define __GTK_H__
29
30#define __GTK_H_INSIDE__
31
32#include <gdk/gdk.h>
33#include <gtk/gtkaboutdialog.h>
34#include <gtk/gtkaccelgroup.h>
35#include <gtk/gtkaccellabel.h>
36#include <gtk/gtkaccelmap.h>
37#include <gtk/gtkaccessible.h>
38#include <gtk/gtkaction.h>
39#include <gtk/gtkactiongroup.h>
40#include <gtk/gtkactivatable.h>
41#include <gtk/gtkadjustment.h>
42#include <gtk/gtkalignment.h>
43#include <gtk/gtkarrow.h>
44#include <gtk/gtkaspectframe.h>
45#include <gtk/gtkassistant.h>
46#include <gtk/gtkbbox.h>
47#include <gtk/gtkbin.h>
48#include <gtk/gtkbindings.h>
49#include <gtk/gtkbox.h>
50#include <gtk/gtkbuildable.h>
51#include <gtk/gtkbuilder.h>
52#include <gtk/gtkbutton.h>
53#include <gtk/gtkcalendar.h>
54#include <gtk/gtkcelleditable.h>
55#include <gtk/gtkcelllayout.h>
56#include <gtk/gtkcellrenderer.h>
57#include <gtk/gtkcellrendereraccel.h>
58#include <gtk/gtkcellrenderercombo.h>
59#include <gtk/gtkcellrendererpixbuf.h>
60#include <gtk/gtkcellrendererprogress.h>
61#include <gtk/gtkcellrendererspin.h>
62#include <gtk/gtkcellrendererspinner.h>
63#include <gtk/gtkcellrenderertext.h>
64#include <gtk/gtkcellrenderertoggle.h>
65#include <gtk/gtkcellview.h>
66#include <gtk/gtkcheckbutton.h>
67#include <gtk/gtkcheckmenuitem.h>
68#include <gtk/gtkclipboard.h>
69#include <gtk/gtkcolorbutton.h>
70#include <gtk/gtkcolorsel.h>
71#include <gtk/gtkcolorseldialog.h>
72#include <gtk/gtkcombobox.h>
73#include <gtk/gtkcomboboxentry.h>
74#include <gtk/gtkcomboboxtext.h>
75#include <gtk/gtkcontainer.h>
76#include <gtk/gtkdebug.h>
77#include <gtk/gtkdialog.h>
78#include <gtk/gtkdnd.h>
79#include <gtk/gtkdrawingarea.h>
80#include <gtk/gtkeditable.h>
81#include <gtk/gtkentry.h>
82#include <gtk/gtkentrybuffer.h>
83#include <gtk/gtkentrycompletion.h>
84#include <gtk/gtkenums.h>
85#include <gtk/gtkeventbox.h>
86#include <gtk/gtkexpander.h>
87#include <gtk/gtkfixed.h>
88#include <gtk/gtkfilechooser.h>
89#include <gtk/gtkfilechooserbutton.h>
90#include <gtk/gtkfilechooserdialog.h>
91#include <gtk/gtkfilechooserwidget.h>
92#include <gtk/gtkfilefilter.h>
93#include <gtk/gtkfontbutton.h>
94#include <gtk/gtkfontsel.h>
95#include <gtk/gtkframe.h>
96#include <gtk/gtkgc.h>
97#include <gtk/gtkhandlebox.h>
98#include <gtk/gtkhbbox.h>
99#include <gtk/gtkhbox.h>
100#include <gtk/gtkhpaned.h>
101#include <gtk/gtkhruler.h>
102#include <gtk/gtkhscale.h>
103#include <gtk/gtkhscrollbar.h>
104#include <gtk/gtkhseparator.h>
105#include <gtk/gtkhsv.h>
106#include <gtk/gtkiconfactory.h>
107#include <gtk/gtkicontheme.h>
108#include <gtk/gtkiconview.h>
109#include <gtk/gtkimage.h>
110#include <gtk/gtkimagemenuitem.h>
111#include <gtk/gtkimcontext.h>
112#include <gtk/gtkimcontextsimple.h>
113#include <gtk/gtkimmulticontext.h>
114#include <gtk/gtkinfobar.h>
115#include <gtk/gtkinvisible.h>
116#include <gtk/gtkitem.h>
117#include <gtk/gtklabel.h>
118#include <gtk/gtklayout.h>
119#include <gtk/gtklinkbutton.h>
120#include <gtk/gtkliststore.h>
121#include <gtk/gtkmain.h>
122#include <gtk/gtkmenu.h>
123#include <gtk/gtkmenubar.h>
124#include <gtk/gtkmenuitem.h>
125#include <gtk/gtkmenushell.h>
126#include <gtk/gtkmenutoolbutton.h>
127#include <gtk/gtkmessagedialog.h>
128#include <gtk/gtkmisc.h>
129#include <gtk/gtkmodules.h>
130#include <gtk/gtkmountoperation.h>
131#include <gtk/gtknotebook.h>
132#include <gtk/gtkobject.h>
133#include <gtk/gtkoffscreenwindow.h>
134#include <gtk/gtkorientable.h>
135#include <gtk/gtkpagesetup.h>
136#include <gtk/gtkpapersize.h>
137#include <gtk/gtkpaned.h>
138#include <gtk/gtkplug.h>
139#include <gtk/gtkprintcontext.h>
140#include <gtk/gtkprintoperation.h>
141#include <gtk/gtkprintoperationpreview.h>
142#include <gtk/gtkprintsettings.h>
143#include <gtk/gtkprogressbar.h>
144#include <gtk/gtkradioaction.h>
145#include <gtk/gtkradiobutton.h>
146#include <gtk/gtkradiomenuitem.h>
147#include <gtk/gtkradiotoolbutton.h>
148#include <gtk/gtkrange.h>
149#include <gtk/gtkrc.h>
150#include <gtk/gtkrecentaction.h>
151#include <gtk/gtkrecentchooser.h>
152#include <gtk/gtkrecentchooserdialog.h>
153#include <gtk/gtkrecentchoosermenu.h>
154#include <gtk/gtkrecentchooserwidget.h>
155#include <gtk/gtkrecentfilter.h>
156#include <gtk/gtkrecentmanager.h>
157#include <gtk/gtkruler.h>
158#include <gtk/gtkscale.h>
159#include <gtk/gtkscalebutton.h>
160#include <gtk/gtkscrollbar.h>
161#include <gtk/gtkscrolledwindow.h>
162#include <gtk/gtkselection.h>
163#include <gtk/gtkseparator.h>
164#include <gtk/gtkseparatormenuitem.h>
165#include <gtk/gtkseparatortoolitem.h>
166#include <gtk/gtksettings.h>
167#include <gtk/gtkshow.h>
168#include <gtk/gtksizegroup.h>
169#include <gtk/gtksocket.h>
170#include <gtk/gtkspinbutton.h>
171#include <gtk/gtkspinner.h>
172#include <gtk/gtkstatusbar.h>
173#include <gtk/gtkstatusicon.h>
174#include <gtk/gtkstock.h>
175#include <gtk/gtkstyle.h>
176#include <gtk/gtktable.h>
177#include <gtk/gtktearoffmenuitem.h>
178#include <gtk/gtktextbuffer.h>
179#include <gtk/gtktextbufferrichtext.h>
180#include <gtk/gtktextchild.h>
181#include <gtk/gtktextiter.h>
182#include <gtk/gtktextmark.h>
183#include <gtk/gtktexttag.h>
184#include <gtk/gtktexttagtable.h>
185#include <gtk/gtktextview.h>
186#include <gtk/gtktoggleaction.h>
187#include <gtk/gtktogglebutton.h>
188#include <gtk/gtktoggletoolbutton.h>
189#include <gtk/gtktoolbar.h>
190#include <gtk/gtktoolbutton.h>
191#include <gtk/gtktoolitem.h>
192#include <gtk/gtktoolitemgroup.h>
193#include <gtk/gtktoolpalette.h>
194#include <gtk/gtktoolshell.h>
195#include <gtk/gtktooltip.h>
196#include <gtk/gtktestutils.h>
197#include <gtk/gtktreednd.h>
198#include <gtk/gtktreemodel.h>
199#include <gtk/gtktreemodelfilter.h>
200#include <gtk/gtktreemodelsort.h>
201#include <gtk/gtktreeselection.h>
202#include <gtk/gtktreesortable.h>
203#include <gtk/gtktreestore.h>
204#include <gtk/gtktreeview.h>
205#include <gtk/gtktreeviewcolumn.h>
206#include <gtk/gtktypeutils.h>
207#include <gtk/gtkuimanager.h>
208#include <gtk/gtkvbbox.h>
209#include <gtk/gtkvbox.h>
210#include <gtk/gtkversion.h>
211#include <gtk/gtkviewport.h>
212#include <gtk/gtkvolumebutton.h>
213#include <gtk/gtkvpaned.h>
214#include <gtk/gtkvruler.h>
215#include <gtk/gtkvscale.h>
216#include <gtk/gtkvscrollbar.h>
217#include <gtk/gtkvseparator.h>
218#include <gtk/gtkwidget.h>
219#include <gtk/gtkwindow.h>
220
221/* Broken */
222#include <gtk/gtktext.h>
223#include <gtk/gtktree.h>
224#include <gtk/gtktreeitem.h>
225
226/* Deprecated */
227#include <gtk/gtkclist.h>
228#include <gtk/gtkcombo.h>
229#include <gtk/gtkctree.h>
230#include <gtk/gtkcurve.h>
231#include <gtk/gtkfilesel.h>
232#include <gtk/gtkgamma.h>
233#include <gtk/gtkinputdialog.h>
234#include <gtk/gtkitemfactory.h>
235#include <gtk/gtklist.h>
236#include <gtk/gtklistitem.h>
237#include <gtk/gtkoldeditable.h>
238#include <gtk/gtkoptionmenu.h>
239#include <gtk/gtkpixmap.h>
240#include <gtk/gtkpreview.h>
241#include <gtk/gtkprogress.h>
242#include <gtk/gtksignal.h>
243#include <gtk/gtktipsquery.h>
244#include <gtk/gtktooltips.h>
245
246#undef __GTK_H_INSIDE__
247
248#endif /* __GTK_H__ */
249