mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
|
repeat {
|
||
|
bounds: 0 0 20 10;
|
||
|
|
||
|
child: container {
|
||
|
color { color: blue; bounds: 0 5 10 10;}
|
||
|
color { color: red; bounds: 0 10 10 10;}
|
||
|
}
|
||
|
}
|