From: Cosimo Cecchi Date: Thu, 17 Mar 2011 21:09:05 +0000 (-0400) Subject: stylecontext: add a sidebar style class X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=195a235cd45650d0d9f44d2818427211bdf0ab4f;p=~andy%2Fgtk stylecontext: add a sidebar style class --- diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index daf997fa0..e687ff13e 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -393,6 +393,13 @@ struct _GtkStyleContextClass */ #define GTK_STYLE_CLASS_VIEW "view" +/** + * GTK_STYLE_CLASS_SIDEBAR: + * + * A widget class defining a sidebar + */ +#define GTK_STYLE_CLASS_SIDEBAR "sidebar" + /** * GTK_STYLE_CLASS_HIGHLIGHT: *