summaryrefslogtreecommitdiff
path: root/gtk/gtkscrollbar.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2016-02-29 10:43:12 -0800
committerCosimo Cecchi <cosimoc@gnome.org>2016-02-29 10:45:14 -0800
commit5a83787dc0315df426f4ee5aae0b1068abb58449 (patch)
treecb7c29b1d7fd9720ed86c5c8c1b917334224bb8e /gtk/gtkscrollbar.c
parentbb55a1a95813e81436d88eaf9f0fd3d91dd63714 (diff)
downloadgtk+-5a83787dc0315df426f4ee5aae0b1068abb58449.tar.gz
Update CSS nodes documentation
Diffstat (limited to 'gtk/gtkscrollbar.c')
-rw-r--r--gtk/gtkscrollbar.c19
1 files changed, 10 insertions, 9 deletions
diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c
index 0f4ca11291..27c9c7f701 100644
--- a/gtk/gtkscrollbar.c
+++ b/gtk/gtkscrollbar.c
@@ -57,17 +57,18 @@
* # CSS nodes
*
* |[<!-- language="plain" -->
- * scrollbar
- * ├── [button.down]
- * ├── [button.up]
- * ├── trough
- * │ ╰── slider
- * ├── [button.down]
- * ╰── [button.up]
+ * scrollbar[.fine-tune]
+ * ╰── contents
+ * ├── [button.up]
+ * ├── [button.down]
+ * ├── trough
+ * │ ╰── slider
+ * ├── [button.up]
+ * ╰── [button.down]
* ]|
*
- * GtkScrollbar has a main CSS node with name scrollbar, and subnodes with
- * names trough and slider.
+ * GtkScrollbar has a main CSS node with name scrollbar and a subnode for its
+ * contents, with subnodes named trough and slider.
*
* The main node gets the style class .fine-tune added when the scrollbar is
* in 'fine-tuning' mode.