mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 21:20:09 +00:00
1a65a6ce76
Update to the docs outlined in #1887. In particular, the changes do: 1. Require no property, have a working default for everything 2. Be clear about what gets printed and how. Tests ahve been adapted to still pass.
8 lines
98 B
Plaintext
8 lines
98 B
Plaintext
blur {
|
|
blur: 40;
|
|
child: color {
|
|
bounds: 100 100 100 100;
|
|
color: rgb(255,0,204);
|
|
}
|
|
}
|