forked from AuroraMiddleware/gtk
box: Document child node ordering
This commit is contained in:
parent
d7e5fd2e2f
commit
2677eee720
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user