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 Library 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 | * Library General Public License for more details. |
---|
13 | * |
---|
14 | * You should have received a copy of the GNU Library 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-1999. 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 | |
---|
31 | #include <gdk/gdk.h> |
---|
32 | #include <gtk/gtkaccelgroup.h> |
---|
33 | #include <gtk/gtkaccellabel.h> |
---|
34 | #include <gtk/gtkadjustment.h> |
---|
35 | #include <gtk/gtkalignment.h> |
---|
36 | #include <gtk/gtkarg.h> |
---|
37 | #include <gtk/gtkaspectframe.h> |
---|
38 | #include <gtk/gtkarrow.h> |
---|
39 | #include <gtk/gtkbin.h> |
---|
40 | #include <gtk/gtkbindings.h> |
---|
41 | #include <gtk/gtkbox.h> |
---|
42 | #include <gtk/gtkbbox.h> |
---|
43 | #include <gtk/gtkbutton.h> |
---|
44 | #include <gtk/gtkcalendar.h> |
---|
45 | #include <gtk/gtkcheckbutton.h> |
---|
46 | #include <gtk/gtkcheckmenuitem.h> |
---|
47 | #include <gtk/gtkclist.h> |
---|
48 | #include <gtk/gtkcolorsel.h> |
---|
49 | #include <gtk/gtkcombo.h> |
---|
50 | #include <gtk/gtkcompat.h> |
---|
51 | #include <gtk/gtkcontainer.h> |
---|
52 | #include <gtk/gtkctree.h> |
---|
53 | #include <gtk/gtkcurve.h> |
---|
54 | #include <gtk/gtkdata.h> |
---|
55 | #include <gtk/gtkdialog.h> |
---|
56 | #include <gtk/gtkdnd.h> |
---|
57 | #include <gtk/gtkdrawingarea.h> |
---|
58 | #include <gtk/gtkeditable.h> |
---|
59 | #include <gtk/gtkentry.h> |
---|
60 | #include <gtk/gtkenums.h> |
---|
61 | #include <gtk/gtkeventbox.h> |
---|
62 | #include <gtk/gtkfeatures.h> |
---|
63 | #include <gtk/gtkfilesel.h> |
---|
64 | #include <gtk/gtkfixed.h> |
---|
65 | #include <gtk/gtkfontsel.h> |
---|
66 | #include <gtk/gtkframe.h> |
---|
67 | #include <gtk/gtkgamma.h> |
---|
68 | #include <gtk/gtkgc.h> |
---|
69 | #include <gtk/gtkhandlebox.h> |
---|
70 | #include <gtk/gtkhbox.h> |
---|
71 | #include <gtk/gtkhbbox.h> |
---|
72 | #include <gtk/gtkhpaned.h> |
---|
73 | #include <gtk/gtkhruler.h> |
---|
74 | #include <gtk/gtkhscale.h> |
---|
75 | #include <gtk/gtkhscrollbar.h> |
---|
76 | #include <gtk/gtkhseparator.h> |
---|
77 | #include <gtk/gtkimage.h> |
---|
78 | #include <gtk/gtkinputdialog.h> |
---|
79 | #include <gtk/gtkitem.h> |
---|
80 | #include <gtk/gtkitemfactory.h> |
---|
81 | #include <gtk/gtklabel.h> |
---|
82 | #include <gtk/gtklayout.h> |
---|
83 | #include <gtk/gtklist.h> |
---|
84 | #include <gtk/gtklistitem.h> |
---|
85 | #include <gtk/gtkmain.h> |
---|
86 | #include <gtk/gtkmenu.h> |
---|
87 | #include <gtk/gtkmenubar.h> |
---|
88 | #include <gtk/gtkmenufactory.h> |
---|
89 | #include <gtk/gtkmenuitem.h> |
---|
90 | #include <gtk/gtkmenushell.h> |
---|
91 | #include <gtk/gtkmisc.h> |
---|
92 | #include <gtk/gtknotebook.h> |
---|
93 | #include <gtk/gtkobject.h> |
---|
94 | #include <gtk/gtkoptionmenu.h> |
---|
95 | #include <gtk/gtkpacker.h> |
---|
96 | #include <gtk/gtkpaned.h> |
---|
97 | #include <gtk/gtkpixmap.h> |
---|
98 | #include <gtk/gtkplug.h> |
---|
99 | #include <gtk/gtkpreview.h> |
---|
100 | #include <gtk/gtkprogress.h> |
---|
101 | #include <gtk/gtkprogressbar.h> |
---|
102 | #include <gtk/gtkradiobutton.h> |
---|
103 | #include <gtk/gtkradiomenuitem.h> |
---|
104 | #include <gtk/gtkrange.h> |
---|
105 | #include <gtk/gtkrc.h> |
---|
106 | #include <gtk/gtkruler.h> |
---|
107 | #include <gtk/gtkscale.h> |
---|
108 | #include <gtk/gtkscrollbar.h> |
---|
109 | #include <gtk/gtkscrolledwindow.h> |
---|
110 | #include <gtk/gtkselection.h> |
---|
111 | #include <gtk/gtkseparator.h> |
---|
112 | #include <gtk/gtksignal.h> |
---|
113 | #include <gtk/gtksocket.h> |
---|
114 | #include <gtk/gtkspinbutton.h> |
---|
115 | #include <gtk/gtkstyle.h> |
---|
116 | #include <gtk/gtkstatusbar.h> |
---|
117 | #include <gtk/gtktable.h> |
---|
118 | #include <gtk/gtktearoffmenuitem.h> |
---|
119 | #include <gtk/gtktext.h> |
---|
120 | #include <gtk/gtkthemes.h> |
---|
121 | #include <gtk/gtktipsquery.h> |
---|
122 | #include <gtk/gtktogglebutton.h> |
---|
123 | #include <gtk/gtktoolbar.h> |
---|
124 | #include <gtk/gtktooltips.h> |
---|
125 | #include <gtk/gtktree.h> |
---|
126 | #include <gtk/gtktreeitem.h> |
---|
127 | #include <gtk/gtktypeutils.h> |
---|
128 | #include <gtk/gtkvbox.h> |
---|
129 | #include <gtk/gtkvbbox.h> |
---|
130 | #include <gtk/gtkviewport.h> |
---|
131 | #include <gtk/gtkvpaned.h> |
---|
132 | #include <gtk/gtkvruler.h> |
---|
133 | #include <gtk/gtkvscale.h> |
---|
134 | #include <gtk/gtkvscrollbar.h> |
---|
135 | #include <gtk/gtkvseparator.h> |
---|
136 | #include <gtk/gtkwidget.h> |
---|
137 | #include <gtk/gtkwindow.h> |
---|
138 | |
---|
139 | |
---|
140 | #endif /* __GTK_H__ */ |
---|