From 8096740ea4d8cdbff315152dfc06d55f1801f2eb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 22 Jan 2016 23:30:36 -0500 Subject: [PATCH] levelbar: Document CSS node ordering --- gtk/gtklevelbar.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtk/gtklevelbar.c b/gtk/gtklevelbar.c index 18232a63c8..f8195434f5 100644 --- a/gtk/gtklevelbar.c +++ b/gtk/gtklevelbar.c @@ -102,6 +102,9 @@ * mode, the number of filled and unfilled nodes corresponds to blocks that are * drawn. The block.filled nodes also get a style class .level-name corresponding * to the level for the current value. + * + * In horizontal orientation, the nodes are always arranged from left to right, + * regardless of text direction. */ #include "config.h"