ProgressBar: Update node summary per b5eb37eba4

The node named "progress" is a child of the node named "trough".
This commit is contained in:
Daniel Boles 2017-04-25 10:57:55 +01:00
parent d94f16562e
commit 687b38f87e

View File

@ -81,12 +81,12 @@
* ]| * ]|
* *
* GtkProgressBar has a main CSS node with name progressbar and subnodes with * 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 * names text and trough, of which the latter has a subnode named progress. The
* is shown. The progress subnode has the style class .pulse when in activity * text subnode is only present if text is shown. The progress subnode has the
* mode. It gets the style classes .left, .right, .top or .bottom added when * style class .pulse when in activity mode. It gets the style classes .left,
* the progress 'touches' the corresponding end of the GtkProgressBar. * .right, .top or .bottom added when the progress 'touches' the corresponding
* The .osd class on the progressbar node is for use in overlays like the one * end of the GtkProgressBar. The .osd class on the progressbar node is for use
* epiphany has for page loading progress. * in overlays like the one Epiphany has for page loading progress.
*/ */
#define MIN_HORIZONTAL_BAR_WIDTH 150 #define MIN_HORIZONTAL_BAR_WIDTH 150