[gtk+] GtkBox: Documentation tweak



commit 7743944124371a93c029ab0cba145b8d3aa6bf0e
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Jan 13 00:39:53 2016 -0500

    GtkBox: Documentation tweak

 gtk/gtkbox.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c
index a8a4dc6..d0e9d3d 100644
--- a/gtk/gtkbox.c
+++ b/gtk/gtkbox.c
@@ -74,9 +74,11 @@
  *
  * # CSS nodes
  *
- * GtkBox uses a single CSS node with name box. The nodes of the children
- * are always arranged from left to right. So box :first-child will always
- * select the leftmost child, regardless of text direction.
+ * GtkBox uses a single CSS node with name box.
+ *
+ * In horizontal orientation, the nodes of the children are always arranged
+ * from left to right. So :first-child will always select the leftmost child,
+ * regardless of text direction.
  */
 
 #include "config.h"


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