summaryrefslogtreecommitdiff
path: root/gtk/gtkprogressbar.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-11-03 13:37:57 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-11-03 14:27:35 -0500
commit332ea5f8ec1b9ffd3adeb8f7fa5286898e2f29ff (patch)
tree882fb3cdbdedcbebaa5870f38afe4eef5f5c07c5 /gtk/gtkprogressbar.c
parent65d959bbc8aa24a97c5dbb56896a2d724c741151 (diff)
downloadgtk+-332ea5f8ec1b9ffd3adeb8f7fa5286898e2f29ff.tar.gz
progressbar: Add diagrams to CSS documentation
Diffstat (limited to 'gtk/gtkprogressbar.c')
-rw-r--r--gtk/gtkprogressbar.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtkprogressbar.c b/gtk/gtkprogressbar.c
index e8d498772c..3339216eb8 100644
--- a/gtk/gtkprogressbar.c
+++ b/gtk/gtkprogressbar.c
@@ -68,6 +68,11 @@
*
* # CSS nodes
*
+ * |[<!-- language="plain" -->
+ * progressbar
+ * ╰── progress[.pulse]
+ * ]|
+ *
* 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
* mode. It gets the style classes .left, .right, .top or .bottom added when