mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
3de10847b9
Rewrite <child> elements to use child properties where that is easily possible. Fixes: #5609
15 lines
305 B
XML
15 lines
305 B
XML
<interface>
|
|
<object class="GtkPaned">
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="label">start</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="label">end</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|