]> Pileus Git - ~andy/gtk/blob - gtk/gtk.h
Initial revision
[~andy/gtk] / gtk / gtk.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 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 Free
16  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17  */
18 #ifndef __GTK_H__
19 #define __GTK_H__
20
21
22 #include <gdk/gdk.h>
23 #include <gtk/gtkaccelerator.h>
24 #include <gtk/gtkadjustment.h>
25 #include <gtk/gtkalignment.h>
26 #include <gtk/gtkaspectframe.h>
27 #include <gtk/gtkarrow.h>
28 #include <gtk/gtkbin.h>
29 #include <gtk/gtkbox.h>
30 #include <gtk/gtkbbox.h>
31 #include <gtk/gtkbutton.h>
32 #include <gtk/gtkcheckbutton.h>
33 #include <gtk/gtkcheckmenuitem.h>
34 #include <gtk/gtkcolorsel.h>
35 #include <gtk/gtkcontainer.h>
36 #include <gtk/gtkcurve.h>
37 #include <gtk/gtkdata.h>
38 #include <gtk/gtkdialog.h>
39 #include <gtk/gtkdrawingarea.h>
40 #include <gtk/gtkentry.h>
41 #include <gtk/gtkenums.h>
42 #include <gtk/gtkeventbox.h>
43 #include <gtk/gtkfilesel.h>
44 #include <gtk/gtkfixed.h>
45 #include <gtk/gtkframe.h>
46 #include <gtk/gtkgamma.h>
47 #include <gtk/gtkgc.h>
48 #include <gtk/gtkhbox.h>
49 #include <gtk/gtkhbbox.h>
50 #include <gtk/gtkhpaned.h>
51 #include <gtk/gtkhruler.h>
52 #include <gtk/gtkhscale.h>
53 #include <gtk/gtkhscrollbar.h>
54 #include <gtk/gtkhseparator.h>
55 #include <gtk/gtkimage.h>
56 #include <gtk/gtkinputdialog.h>
57 #include <gtk/gtkitem.h>
58 #include <gtk/gtklabel.h>
59 #include <gtk/gtklist.h>
60 #include <gtk/gtklistitem.h>
61 #include <gtk/gtkmain.h>
62 #include <gtk/gtkmenu.h>
63 #include <gtk/gtkmenubar.h>
64 #include <gtk/gtkmenufactory.h>
65 #include <gtk/gtkmenuitem.h>
66 #include <gtk/gtkmenushell.h>
67 #include <gtk/gtkmisc.h>
68 #include <gtk/gtknotebook.h>
69 #include <gtk/gtkobject.h>
70 #include <gtk/gtkoptionmenu.h>
71 #include <gtk/gtkpaned.h>
72 #include <gtk/gtkpixmap.h>
73 #include <gtk/gtkpreview.h>
74 #include <gtk/gtkprogressbar.h>
75 #include <gtk/gtkradiobutton.h>
76 #include <gtk/gtkradiomenuitem.h>
77 #include <gtk/gtkrange.h>
78 #include <gtk/gtkrc.h>
79 #include <gtk/gtkruler.h>
80 #include <gtk/gtkscale.h>
81 #include <gtk/gtkscrollbar.h>
82 #include <gtk/gtkscrolledwindow.h>
83 #include <gtk/gtkselection.h>
84 #include <gtk/gtkseparator.h>
85 #include <gtk/gtksignal.h>
86 #include <gtk/gtkstyle.h>
87 #include <gtk/gtktable.h>
88 #include <gtk/gtktext.h>
89 #include <gtk/gtktogglebutton.h>
90 #include <gtk/gtktooltips.h>
91 #include <gtk/gtktree.h>
92 #include <gtk/gtktreeitem.h>
93 #include <gtk/gtktypeutils.h>
94 #include <gtk/gtkvbox.h>
95 #include <gtk/gtkvbbox.h>
96 #include <gtk/gtkviewport.h>
97 #include <gtk/gtkvpaned.h>
98 #include <gtk/gtkvruler.h>
99 #include <gtk/gtkvscale.h>
100 #include <gtk/gtkvscrollbar.h>
101 #include <gtk/gtkvseparator.h>
102 #include <gtk/gtkwidget.h>
103 #include <gtk/gtkwindow.h>
104
105
106 #endif /* __GTK_H__ */