mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
3de10847b9
Rewrite <child> elements to use child properties where that is easily possible. Fixes: #5609
10 lines
192 B
XML
10 lines
192 B
XML
<interface>
|
|
<object class="GtkAspectFrame">
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="label">start</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|