From: Daniel Boles Date: Tue, 25 Apr 2017 09:57:55 +0000 (+0100) Subject: ProgressBar: Update node summary per b5eb37eba4162 X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~617 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=687b38f87e2857f60f6f48657ec1cf1e25e8905c;p=gtk%2B3.0.git ProgressBar: Update node summary per b5eb37eba4162 The node named "progress" is a child of the node named "trough". --- diff --git a/gtk/gtkprogressbar.c b/gtk/gtkprogressbar.c index 1fedb093be..1dfef0374e 100644 --- a/gtk/gtkprogressbar.c +++ b/gtk/gtkprogressbar.c @@ -81,12 +81,12 @@ * ]| * * GtkProgressBar has a main CSS node with name progressbar and subnodes with - * names text, trough and progress. The text subnode is only present if text - * is shown. The progress subnode has the style class .pulse when in activity - * mode. It gets the style classes .left, .right, .top or .bottom added when - * the progress 'touches' the corresponding end of the GtkProgressBar. - * The .osd class on the progressbar node is for use in overlays like the one - * epiphany has for page loading progress. + * names text and trough, of which the latter has a subnode named progress. The + * text subnode is only present if text is shown. The progress subnode has the + * style class .pulse when in activity mode. It gets the style classes .left, + * .right, .top or .bottom added when the progress 'touches' the corresponding + * end of the GtkProgressBar. The .osd class on the progressbar node is for use + * in overlays like the one Epiphany has for page loading progress. */ #define MIN_HORIZONTAL_BAR_WIDTH 150