From c59ef7bf2fb9e496f051d6a69a1bbb5d4ac34c77 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 5 Nov 2015 08:17:49 -0500 Subject: [PATCH] stack switcher: Clarify CSS documentation --- gtk/gtkstackswitcher.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gtk/gtkstackswitcher.c b/gtk/gtkstackswitcher.c index 32b643e303..226ec9eee7 100644 --- a/gtk/gtkstackswitcher.c +++ b/gtk/gtkstackswitcher.c @@ -45,7 +45,12 @@ * * # CSS nodes * - * GtkStackSwitcher has a single CSS node names stackswitcher. + * GtkStackSwitcher has a single CSS node names stackswitcher and + * style class .sidebar. + * + * When circumstances require it, GtkStackSwitcher adds the + * .needs-attention style class to the widgets representing the + * stack pages. */ typedef struct _GtkStackSwitcherPrivate GtkStackSwitcherPrivate;