[gtk+/theming] stylecontext: add a primary toolbar style class



commit e8007fe2fd8129b4aad2a6bc0944ad5b8208d4cc
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Mar 3 10:13:10 2011 -0500

    stylecontext: add a primary toolbar style class

 gtk/gtkstylecontext.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index af8afbb..d9c8fd5 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -235,6 +235,13 @@ struct _GtkStyleContextClass
 #define GTK_STYLE_CLASS_TOOLBAR "toolbar"
 
 /**
+ * GTK_STYLE_CLASS_PRIMARY_TOOLBAR:
+ *
+ * A CSS class to match primary toolbars.
+ */
+#define GTK_STYLE_CLASS_PRIMARY_TOOLBAR "primary-toolbar"
+
+/**
  * GTK_STYLE_CLASS_RADIO:
  *
  * A CSS class to match radio buttons.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]