diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-01-22 23:30:36 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-01-22 23:30:36 -0500 |
commit | 8096740ea4d8cdbff315152dfc06d55f1801f2eb (patch) | |
tree | 084a7c155c87ca35eef8066c6d189edac9bb1e7a /gtk/gtklevelbar.c | |
parent | 2cf983eb307701254df34555c74ad6fd48144006 (diff) | |
download | gtk+-8096740ea4d8cdbff315152dfc06d55f1801f2eb.tar.gz |
levelbar: Document CSS node ordering
Diffstat (limited to 'gtk/gtklevelbar.c')
-rw-r--r-- | gtk/gtklevelbar.c | 3 |
1 files changed, 3 insertions, 0 deletions
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" |