summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2011-01-10 23:23:54 +0100
committerCarlos Garnacho <carlosg@gnome.org>2011-01-10 23:52:36 +0100
commit4c4df23d12169740c819f3f696b23aa38be3a3c5 (patch)
tree0014ecbbb1b1b885e1e45d53ca4a0cb1108685d4 /gtk/gtkstylecontext.h
parentd5b0ccacce2179628b22d4f9ce9392625c106a7f (diff)
downloadgtk+-4c4df23d12169740c819f3f696b23aa38be3a3c5.tar.gz
GtkThemingEngine: Fix handles rendering
The wrong class was being used, so the theming engine didn't match it properly.
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r--gtk/gtkstylecontext.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index 309e2755b5..00836d6aa3 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -361,6 +361,13 @@ struct _GtkStyleContextClass
#define GTK_STYLE_CLASS_DND "dnd"
/**
+ * GTK_STYLE_CLASS_PANE_SEPARATOR:
+ *
+ * A CSS class for a pane separator, such as those in #GtkPaned.
+ */
+#define GTK_STYLE_CLASS_PANE_SEPARATOR "pane-separator"
+
+/**
* GTK_STYLE_CLASS_INFO:
*
* A widget class for an area displaying an informational message,