mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
3de10847b9
Rewrite <child> elements to use child properties where that is easily possible. Fixes: #5609
13 lines
253 B
XML
13 lines
253 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkWindow">
|
|
<property name="child">
|
|
<object class="GtkBox">
|
|
<child>
|
|
<placeholder/>
|
|
</child>
|
|
</object>
|
|
</property>
|
|
</object>
|
|
</interface>
|