mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
7f1bd1f047
Also add test to the testsuite for it.
25 lines
386 B
Plaintext
25 lines
386 B
Plaintext
repeat {
|
|
bounds: 0 0 100 100;
|
|
child-bounds: 0 0 0 0;
|
|
child: color {
|
|
bounds: 0 0 20 20;
|
|
color: rgb(255,0,0);
|
|
}
|
|
}
|
|
repeat {
|
|
bounds: 0 0 100 100;
|
|
child-bounds: 0 0 20 0;
|
|
child: color {
|
|
bounds: 0 0 20 20;
|
|
color: rgb(0,128,0);
|
|
}
|
|
}
|
|
repeat {
|
|
bounds: 0 0 100 100;
|
|
child-bounds: 0 0 0 20;
|
|
child: color {
|
|
bounds: 0 0 20 20;
|
|
color: rgb(0,0,255);
|
|
}
|
|
}
|