From 2bfb5ad812b8b54f6acc4245a7fe6ce9ea65d236 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 5 Nov 2015 00:20:05 -0500 Subject: range: Add a CSS node for the trough This is in sync with what we do elsewhere for troughs. --- gtk/gtkscrollbar.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'gtk/gtkscrollbar.c') diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c index d61df75792..2b68361ba2 100644 --- a/gtk/gtkscrollbar.c +++ b/gtk/gtkscrollbar.c @@ -59,14 +59,15 @@ * scrollbar * ├── [button.down] * ├── [button.up] - * ├── slider + * ├── trough + * │ ╰── slider * ├── [button.down] * ╰── [button.up] * ]| * - * GtkScrollbar has a main CSS node with name scrollbar, and a subnode - * with name slider. If steppers are enabled, they are represented by up - * to four additional subnodes with name button. These get the style classes + * GtkScrollbar has a main CSS node with name scrollbar, and subnodes with + * names trough and slider. If steppers are enabled, they are represented by + * up to four additional subnodes with name button. These get the style classes * .up and .down to indicate in which direction they are moving. */ -- cgit v1.2.1