mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 01:31:13 +00:00
3de10847b9
Rewrite <child> elements to use child properties where that is easily possible. Fixes: #5609
10 lines
187 B
XML
10 lines
187 B
XML
<interface>
|
|
<object class="GtkWindow">
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="label">start</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|