summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-11-25 20:39:53 -0500
committerCarlos Garnacho <carlosg@gnome.org>2010-12-04 15:39:47 +0100
commite598f17871086a233e9bfabae98c56908201e3e3 (patch)
tree4d19d334708d07eb4804b516897f71745273077c /gtk/gtk.h
parent1915a19503a888e264d1c18ee2e0b10bbaac011a (diff)
downloadgtk+-e598f17871086a233e9bfabae98c56908201e3e3.tar.gz
Some header cleanups
Move GtkGradient to their own files, also move GtkBorder out of gtkstyle.h, so that header can be all deprecated.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r--gtk/gtk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index 36d9a33f04..3b1155d7fb 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -51,6 +51,7 @@
#include <gtk/gtkbbox.h>
#include <gtk/gtkbin.h>
#include <gtk/gtkbindings.h>
+#include <gtk/gtkborder.h>
#include <gtk/gtkbox.h>
#include <gtk/gtkbuildable.h>
#include <gtk/gtkbuilder.h>
@@ -98,6 +99,7 @@
#include <gtk/gtkfontbutton.h>
#include <gtk/gtkfontsel.h>
#include <gtk/gtkframe.h>
+#include <gtk/gtkgradient.h>
#include <gtk/gtkgrid.h>
#include <gtk/gtkhandlebox.h>
#include <gtk/gtkhbbox.h>