stack switcher: Clarify CSS documentation

This commit is contained in:
Matthias Clasen
2015-11-05 08:17:49 -05:00
parent 37c923ad8a
commit c59ef7bf2f

View File

@ -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;