[gtk+/gtk-3-22] progressbar: Fix position of text node in CSS docs



commit b5eb37eba4162e2232b7247eadb843977530f012
Author: Timm Bäder <mail baedert org>
Date:   Sat Apr 22 06:35:54 2017 +0200

    progressbar: Fix position of text node in CSS docs
    
    The text node has always been a child node of the progressbar node, not
    the trough node, but the docs claimed otherwise.

 gtk/gtkprogressbar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkprogressbar.c b/gtk/gtkprogressbar.c
index 8f1301d..1fedb09 100644
--- a/gtk/gtkprogressbar.c
+++ b/gtk/gtkprogressbar.c
@@ -75,8 +75,8 @@
  *
  * |[<!-- language="plain" -->
  * progressbar[.osd]
+ * ├── [text]
  * ╰── trough[.empty][.full]
- *     ├── [text]
  *     ╰── progress[.pulse]
  * ]|
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]