[gtk+/wip/baedert/drawing: 365/371] spinbutton: Fix css node docs



commit 53a0bf2cb6f919b49b541b2ca7d19a0d2d4ace1e
Author: Timm Bäder <mail baedert org>
Date:   Sun Jul 16 15:46:09 2017 +0200

    spinbutton: Fix css node docs

 gtk/gtkspinbutton.c |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c
index 464ca93..8952465 100644
--- a/gtk/gtkspinbutton.c
+++ b/gtk/gtkspinbutton.c
@@ -86,22 +86,22 @@
  *
  * |[<!-- language="plain" -->
  * spinbutton.horizontal
- * ├── undershoot.left
- * ├── undershoot.right
- * ├── entry
- * │   ╰── ...
- * ├── button.down
- * ╰── button.up
+ * ╰── box.horizontal
+ *     ├── entry
+ *     │    ├── undershoot.left
+ *     │    ╰── undershoot.right
+ *     ├── button.down
+ *     ╰── button.up
  * ]|
  *
  * |[<!-- language="plain" -->
  * spinbutton.vertical
- * ├── undershoot.left
- * ├── undershoot.right
- * ├── button.up
- * ├── entry
- * │   ╰── ...
- * ╰── button.down
+ * ╰── box.vertical
+ *     ├── button.up
+ *     ├── entry
+ *     │    ├── undershoot.left
+ *     │    ╰── undershoot.right
+ *     ╰── button.up
  * ]|
  *
  * GtkSpinButtons main CSS node has the name spinbutton. It creates subnodes


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