progressbar: Add diagrams to CSS documentation

This commit is contained in:
Matthias Clasen
2015-11-03 13:37:57 -05:00
parent 65d959bbc8
commit 332ea5f8ec

View File

@ -68,6 +68,11 @@
* *
* # CSS nodes * # CSS nodes
* *
* |[<!-- language="plain" -->
* progressbar
* ╰── progress[.pulse]
* ]|
*
* GtkProgressBar has a main CSS node with name progressbar and a subnode * GtkProgressBar has a main CSS node with name progressbar and a subnode
* with name progress. The subnode has the style class .pulse when in activity * with name progress. The subnode has the style class .pulse when in activity
* mode. It gets the style classes .left, .right, .top or .bottom added when * mode. It gets the style classes .left, .right, .top or .bottom added when