summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.c
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/gtkstylecontext.c
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/gtkstylecontext.c')
-rw-r--r--gtk/gtkstylecontext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c
index 61d3b7b5cd..190579d892 100644
--- a/gtk/gtkstylecontext.c
+++ b/gtk/gtkstylecontext.c
@@ -30,14 +30,14 @@
#include "gtkwidget.h"
#include "gtkwindow.h"
#include "gtkprivate.h"
+#include "gtksymboliccolor.h"
#include "gtkanimationdescription.h"
#include "gtktimeline.h"
/**
* SECTION:gtkstylecontext
- * @Short_description: rendering UI elements
+ * @Short_description: Rendering UI elements
* @Title: GtkStyleContext
- * @See_also:
*
* #GtkStyleContext is an object that stores styling information affecting
* a widget defined by #GtkWidgetPath.