summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-03-02 22:55:25 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2011-03-03 17:48:26 -0500
commitd5c4a0f503e997b10586e74214422fcecb5e38c2 (patch)
tree717464c66c07973923b5563662792a98efe067dc /gtk/gtkstylecontext.h
parentfe3f9ca9cd2fd93db3524cda9b8c8a6ef4c5c404 (diff)
downloadgtk+-d5c4a0f503e997b10586e74214422fcecb5e38c2.tar.gz
all: add a "separator" style class
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 b0a278ab91..db196600e6 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -402,6 +402,13 @@ struct _GtkStyleContextClass
#define GTK_STYLE_CLASS_PANE_SEPARATOR "pane-separator"
/**
+ * GTK_STYLE_CLASS_SEPARATOR:
+ *
+ * A CSS class for a separator.
+ */
+#define GTK_STYLE_CLASS_SEPARATOR "separator"
+
+/**
* GTK_STYLE_CLASS_INFO:
*
* A widget class for an area displaying an informational message,