summaryrefslogtreecommitdiff
path: root/gtk/gtkbox.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-01-12 23:40:28 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-01-12 23:40:28 -0500
commit2677eee720f498a58540a694d6cb1498bebcfbeb (patch)
tree3ee9913957c4cda886c4510e194472338b8d7951 /gtk/gtkbox.c
parentd7e5fd2e2fa505535ddf31feda1ac0164061bd43 (diff)
downloadgtk+-2677eee720f498a58540a694d6cb1498bebcfbeb.tar.gz
box: Document child node ordering
Diffstat (limited to 'gtk/gtkbox.c')
-rw-r--r--gtk/gtkbox.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c
index a99b4fd9c8..a8a4dc6779 100644
--- a/gtk/gtkbox.c
+++ b/gtk/gtkbox.c
@@ -74,7 +74,9 @@
*
* # CSS nodes
*
- * GtkBox uses a single CSS node with name box.
+ * 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.
*/
#include "config.h"